0

I'm after a feature in intellij 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 cursor 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 intellij? Is there any plugins out there which adds this feature to intellij?

p.s. I asked this question regarding eclipse a while back here

Community
  • 1
  • 1
Ali
  • 899
  • 2
  • 13
  • 33

1 Answers1

1

IntelliJ IDEA has bookmarks for this kind of functionality. Press F11 to toggle a bookmark, Shift + F11 shows available bookmarks.

Linas
  • 5,485
  • 1
  • 25
  • 35