Jump-To-Code-Line Eclipse Shortcuts

Posted by scrr on Stack Overflow See other posts from Stack Overflow or by scrr
Published on 2010-04-17T14:34:14Z Indexed on 2010/04/17 14:43 UTC
Read the original article Hit count: 170

Filed under:
|
|
|
|

Hello,

is it possible, in Eclipse, to mark certain lines with Shortcuts and be able to quickly jump to those lines?

Example: Let's say I have maintenanceHeavyMethod() at line 120 in my class, gameLoop() at line 800 and some listener at line 1460.

I'd like to f.ex. press CTRL-SHIFT-1, 2, 3 etc. to mark those positions, and then use f.ex. CTRL-1, 2, 3 to immediately jump to them. I don't like split-screens etc, but I need to jump around when writing.

Is there such a feature?

I'm using latest Eclipse to write Java-programs.

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about ide