vote up 0 vote down star

Following the topic http://stackoverflow.com/questions/98220/what-is-your-favorite-hot-key-in-eclipse , what is your favorite hot-keys in Netbeans?

flag

71% accept rate

6 Answers

vote up 1 vote down check

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.

link|flag
Wow, I gotta check that out :D – Ace Oct 14 '08 at 9:29
Been using these for a few days now, and wow! They're really awesome. – Ace Oct 16 '08 at 14:45
Glad to be of help. – James Schek Oct 17 '08 at 19:40
vote up 0 vote down

For me it's

  • CTRL-shift-F (find in projects)
  • Ctrl-E (delete line)
  • alt-shift-F (format code)
link|flag
vote up 1 vote down

Ctrl + R (Rename)

link|flag
vote up 2 vote down

Ctrl + Shift + I (fix class imports).

link|flag
Yeah, this is a good one. – Ace Oct 14 '08 at 9:31
vote up 0 vote down

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.

link|flag
vote up 0 vote down

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?

link|flag
I don't have netbeans installed right now, so my memory may be wrong, but I think it's ctrl-shift-up or down, depending on if you want the line to be duplicated above or below. Let me know if it works .) – Ace Aug 10 at 8:24
yeah I've just test it on netbean it's work fine. Thank you!! – gacon Aug 10 at 10:28
Yeah It's work thank alot! – gacon Aug 15 at 2:26

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.