Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Netbeans IDE - Automatic Suggestion while typing

Tags:

java

ide

netbeans

hi i am using netbeans 7 IDE for java programming , and i am acutally a C# programmer and in visual studio whenever i type anything it displays a dropdown menu with suggestions , i want that to be enabled on netbeans IDE without having to press CTRL + Space to show the dropdown menu

thanks in advance .

like image 474
BOSS Avatar asked Nov 20 '11 22:11

BOSS


1 Answers

By default, Netbeans gives suggestion only when you put a period (i.e. for class and object fields and methods).

However, you can customize auto-completion by going to

Tools > Options > Editor > Code Completion

Choose whatever configuration works best for you.

Hope this help!

like image 155
Ankit Avatar answered Sep 21 '22 21:09

Ankit