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?

0
5 comments

Hello Marco,

Press Ctrl-F12.

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?


--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0

Thanks a lot!
CMD+F12 wil be my favorite short cut !

0

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

0

The command is [Show Structure View] (correct?). Not everyone uses the default keymap. It is Ctrl-F12 in the emacs keymap too.

0

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

0

Please sign in to leave a comment.