Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Set next instruction in NetBeans IDE

Does NetBeans have something akin to "Set Next Statement/Instruction" when debugging in Java?

like image 490
Zxion ee Avatar asked Mar 23 '10 20:03

Zxion ee


People also ask

How do I autofill in NetBeans?

Go to Tools > Options > Editor > Code Completion. Select Language Java from dropdown. Auto pop-up on typing any Java identifier part.

How do I enable suggestions in NetBeans?

It is easy to enable Java hints in NetBeans. Select "Tools" from the title bar, then select "Options" from the drop-down menu. Choose the "Editor" option and then select the "Hints" tab. At this point, make sure that the "Language" drop-down is set to "Java" (other choices include PHP, JavaScript, and Ruby).


1 Answers

No, unfortunately. This is one feature from Visual Studio that I really miss, but you just deal with it...

like image 167
Justin Ethier Avatar answered Sep 28 '22 10:09

Justin Ethier