| Author |
Show all/Jump to method in IntelliJ
|
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14685
|
|
In IntelliJ, how do you
1. Show all methods in a separate window, like the Eclipse Outline view ?
2. Jump to a method within a class by typing its name ?
|
[My Blog]
All roads lead to JavaRanch
|
 |
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14685
|
|
Christophe Verré wrote:1. Show all methods in a separate window, like the Eclipse Outline view ?
I'm fine with this one. I found it in the Structure window.
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24081
|
|
|
Well, with the emacs keymap active (and thus incremental search), pressing Control-S and then typing the method name does it.
|
[Jess in Action][AskingGoodQuestions]
|
 |
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14685
|
|
Ernest Friedman-Hill wrote:Well, with the emacs keymap active (and thus incremental search), pressing Control-S and then typing the method name does it.
Nothing with the default keymap ?
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8212
|
|
Ctrl + F12 (strange they used a function key for that)
|
[My Blog] [JavaRanch Journal]
|
 |
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14685
|
|
Jaikiran Pai wrote:Ctrl + F12 (strange they used a function key for that)
That's it Thanks !
|
 |
 |
|
|
subject: Show all/Jump to method in IntelliJ
|
|
|