unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* go into methods shortcut key in emacs
@ 2006-11-19 21:59 Pedro Sa da Costa
  0 siblings, 0 replies; 3+ messages in thread
From: Pedro Sa da Costa @ 2006-11-19 21:59 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-11-22 10:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.851.1163973595.2155.help-gnu-emacs@gnu.org>
2006-11-19 22:21 ` go into methods shortcut key in emacs Markus Triska
2006-11-22 10:20   ` Mathias Dahl
2006-11-19 21:59 Pedro Sa da Costa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).