Eclipse keyboard shortcut: goto function name

Suppose I know a function name, but I don't know which file it's declared in. What Eclipse keyboard shortcut can take me to the function I'm looking for?


What I'm looking for is similar to Eclipse's:

Ctrl + Shift + R

except it will search for method names instead.


Sidenote

With Visual Assist X, I can do this by using the "Find Symbol" feature, which is executed with:

Shift + Alt + S


Solution 1:

This is an old question, but for the sake of people Googling this, Ctrl + O opens the code outline search, which is what you were looking for.

Solution 2:

Yeah, this is an old question, but I have a better solution: what about F3? And CTRL + O is what Windows users are looking for.

Solution 3:

Not exactly a direct shortcut, but you need to go through the Java Search dialog:

(Ctrl+H):

(Sergei mentions in the comments that you might have to select "Declarations" in the "Limit To" section)

Eclipse Java source search