In IntelliJ idea, one can navigate to a symbol using Ctrl+Alt+Shift+N and the docs are here: http://www.jetbrains.com/idea/webhelp/navigating-to-class-file-or-symbol-by-name.html
Is there a shortcut way to visit the "next" symbol in the list? A possible use case would be "visit every underscore underscore unicode method in my project".