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.
…