Viewing all functions in Intellij for Scala

Having issues with using the Ctrl+F12 function with my scala code that has a def main() with it's own functions defined within that. I want to be able to view all functions in file but when I do Ctrl+F12 I only see the main() root level method. How can I view all defined functions? 

0
1 comment

Nested functions aren't currently supported. I've created an issue for this feature: https://youtrack.jetbrains.com/issue/SCL-12311

0

Please sign in to leave a comment.