help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

go into methods shortcut key in emacs


From: Pedro Sa da Costa
Subject: go into methods shortcut key in emacs
Date: Sun, 19 Nov 2006 21:59:52 +0000
User-agent: Mozilla Thunderbird 1.0.6 (X11/20050716)

Hi,

with this example, i would like to select the method callMethod() inside test() method and, by pressing any key (for example, F3), i would like to go into the method. How is this possible in emacs?

public void test() {
obj.callMethod() <-- I would like to select callMethod() and, by pressing f3, i go into this method.
}

public void callMethod() {
   System.out.println("Hello world!");
}

Is this possible?

Thanks,
Pedro




reply via email to

[Prev in Thread] Current Thread [Next in Thread]