Bookmarks in Eclipse, set and go using hotkeys, do they exist?
Say, Ctrl+Shift+1 = Set 1 bookmark
Ctrl+1 =
I don't think so. You can assign a shortcut to make bookmarks, but I don't think you can specify a hotkey for each individual bookmark you create.
In Eclipse 3.5, if you go to Windows > Preferences > General > Keys you'll find the Add Bookmark command. Add a hotkey in that dialog.
Then go to Window > Show View > Other... > Bookmarks to display the bookmarks tab.
As you would probably expect, double-clicking the entries in the bookmarks tab takes you to the bookmarked line of code.