Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a keyboard shortcut to go to a line number in NetBeans?

I'm using NetBeans for a project, and baffled that I seem completely unable to find a keyboard shortcut to go to a specific line number.

Please tell me that it's my googling skills that are lacking, rather than the IDE.

like image 544
Eric Wilson Avatar asked Sep 30 '10 20:09

Eric Wilson


People also ask

How do I show line numbers in Netbeans?

If you need the line numbers, you can turn them on by choosing View | Show Line Numbers. You can also right-click in the left margin of the Source Editor and choose Show Line Numbers.

How do you shift a line in Netbeans?

In Netbeans I find keyboard shortcuts that deal with the current line of code very helpful, like: Ctrl + Shift + ↓ : duplicate. Shift + Alt + ↓ : move.

How do I jump to a specific line in eclipse?

Ctrl-L prompts you to go to a line number.


2 Answers

Ctrl+G

Keyboard shortcuts for navigating your code in NetBeans

like image 158
BoltClock Avatar answered Oct 05 '22 22:10

BoltClock


Press Ctrl + G to go to a specific line.

like image 33
Steve Perkins Avatar answered Oct 05 '22 20:10

Steve Perkins