-1

In notepad++, ctrl+g asks the line number to enter. In the same way how to go to the specific line in Eclipse editor?

Sithys
  • 3,655
  • 8
  • 32
  • 67
Nagesh
  • 25
  • 4
  • See e.g. http://stackoverflow.com/questions/1986195/eclipse-list-of-default-keyboard-shortcuts , and you can look at your keybindings as described [here](http://help.eclipse.org/luna/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Fconcepts%2Faccessibility%2Fkeyboardshortcuts.htm) – nos Sep 03 '14 at 09:09

1 Answers1

1

Ctrl+l Jump to Line Number. To hide/show line numbers, press ctrl+F10 and select 'Show Line Numbers'

kiaGh
  • 36
  • 4