Goto Symbol
In eclipse i used "Quick outline" to navigate through my files.
In Idea there is something similar "Goto Symbol".
The fine distinction is, that if I type "tostring" in the dialog, Eclipse shows me only the symbols in the current file elsewise idea shows me all symbols in the whole Project.
Is there a possability to get the eclipse behaviour in idea?
Please sign in to leave a comment.
Hello Marco,
Press Ctrl-F12.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Thanks a lot!
CMD+F12 wil be my favorite short cut !
Note that you can press it twice to also see inherited members.
And it also works in file types other than Java, for example try to invoke it in a spring xml file.
-tt
The command is [Show Structure View] (correct?). Not everyone uses the default keymap. It is Ctrl-F12 in the emacs keymap too.
Hi Mike,
The difference between 'structure view' and file structure popup (Ctrl+F12) is that the later hides as you select interested member and press enter (the former remains as a separate view).
Denis