Following the topic http://stackoverflow.com/questions/98220/what-is-your-favorite-hot-key-in-eclipse , what is your favorite hot-keys in Netbeans?
                
                A: 
                
                
              
            For me it's
- CTRL-shift-F (find in projects)
 - Ctrl-E (delete line)
 - alt-shift-F (format code)
 
                  Ace
                   2008-10-10 07:53:45
                
              
                +2 
                A: 
                
                
              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.
                  James Schek
                   2008-10-10 14:50:57
                
              Wow, I gotta check that out :D
                  Ace
                   2008-10-14 09:29:39
                Been using these for a few days now, and wow! They're really awesome.
                  Ace
                   2008-10-16 14:45:40
                Glad to be of help.
                  James Schek
                   2008-10-17 19:40:53
                You should try auto completion in IntelliJ (I know it's not relevant to the topic).
                  Colin Hebert
                   2010-08-25 14:16:45
                I'm pretty sure it's changed to Ctrl+K, Ctrl+SHIFT+K in version 6.9.
                  Ben Noland
                   2010-08-25 14:18:15
                
                
                A: 
                
                
              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?
                  gacon
                   2009-07-16 14:48:43
                
              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
                   2009-08-10 08:24:34
                
                
                A: 
                
                
              
            Alt-F4
I was so happy when I didn't have to use Netbeans anymore and could use Eclipse.
                  PSU_Kardi
                   2010-08-25 14:14:26
                
              
                
                A: 
                
                
              
            Several I use all the time (for PHP):
- Shift + Delete - cut current line
 - Ctrl + B - jump to function/method/class declaration
 - Ctrl + Shift + Up/Down arrow - copy current line Up/Down
 - Ctrl + P inside function/method brackets - displays what parameters does the function/method take
 - Ctrl + G - jump to line
 - Ctrl + H - search/replace - love the regex search/replace
 - Ctrl + Shift + C - comment
 
                  robertbasic
                   2010-09-06 12:02:19