Following the topic http://stackoverflow.com/questions/98220/what-is-your-favorite-hot-key-in-eclipse , what is your favorite hot-keys in Netbeans?
|
|
Control-K and Control-L - Auto complete by matching to most recent in buffer... completely different than Control-Space and probably the fastest auto-complete on the planet. |
||||||
|
|
|
For me it's
|
||
|
|
|
|
Ctrl + R (Rename) |
||
|
|
|
|
Ctrl + Shift + I (fix class imports). |
||
|
|
|
How does the Fix class import works, is it like the eclipse Ctrl + Shift + O ?? i don't like to search for library names. I like to write LinkedList a; and press CT+SH+O and the library is imported. And Ctrl + Shift + I doesn't seem to work like that. |
||
|
|
|
|
This's topic very helpful with me because I just install Netbean with ubuntu in may notebook so I wonder how to duplicate a line like ctrl+D in notepad++ in netbean? |
||||||
|
