I'm after a feature in eclipse that allows me to allocate a shortcut to a line (say line number 55) then go somewhere else in the same file and hit the shortcut then IDE shows me the line 55. I have used this feature in Delphi IDE. Using CNTL + number keys[1,2,...,0] a shortcut to line where the curser is will be created. This shortcut only has effect within the editor and each opened file would have its own shortcuts. Is there such a feature in eclipse? Is there any plugins out there which adds this feature to eclipse?
Regards,
Ali
You can add Bookmarks to the code fragments you think are important to you in eclipse.
I referred this link for the same purpose.
By default there is no shortcut defined for this task. I use to define my shortcuts in Eclipse in "Windows/Preferences/General/Keys" type bookmark in the filter text and select the commands you want to define the shortcuts.
My current shortcuts are:
But, I agree, still is not fast as the Delphi predefined shortcuts.
Update 1: This plugin (or its sucessor) seems to offer the option. From their site:
Update 2: Tested (Eclipse Indigo) and it worked like a charm.