This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes IDEs, Version Control and other tools and the fly likes Show all/Jump to method in IntelliJ Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "Show all/Jump to method in IntelliJ" Watch "Show all/Jump to method in IntelliJ" New topic
Author

Show all/Jump to method in IntelliJ

Christophe Verré
Sheriff

Joined: Nov 24, 2005
Posts: 14685
    
  16

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
    
  16

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
    
  15

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
    
  16

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
    
  72

Ctrl + F12 (strange they used a function key for that)

[My Blog] [JavaRanch Journal]
Christophe Verré
Sheriff

Joined: Nov 24, 2005
Posts: 14685
    
  16

Jaikiran Pai wrote:Ctrl + F12 (strange they used a function key for that)

That's it Thanks !
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Show all/Jump to method in IntelliJ
 
Similar Threads
Best IDE (Eclipse or IntelliJ IDEA)?
How to create a web war file by IntelliJ
InvocationTargetException GroupLayout
How to change interface method name with no rework?
IntelliJ code completion question