some Netbeans shortcuts that I found useful...
I found netbeans better than eclipse. It consumes less CPU and the UI and SVN support is also better. I recommend it for PHP development.
Here is the list of shortcuts:- alt+shift+O open file in current project
- ctrl+E delete line
- ctrl+del delete next word
- ctrl+back_space delete prev word
- ctrl+shift+open_brac goto matching bracket
- ctrl+G goto line
- alt+shift+up move selection one line up
- alt+shift+down move selection one line down
- ctrl+shift+up copy selection one line up
- ctrl+shift+down copy selection one line down
- ctrl+slash toggle comment
- alt+shift+h toggle highlight search
- alt+shift+left shift line left
- alt+shift+right shift line right
- shift+ESC maximize or minimize
- Alt+Enter View fix suggestions
- ctrl+ O to open the file location of the current word. something like ctrl+shift+R in eclipse
- Alt+Insert Generate code
- Ctrl+0 – Editor
- Ctrl+1 – Project Window
- Ctrl+shift+1 - current file in Project Window
- Ctrl+2 - Files browser
- Ctrl+Shift+2 - current file in files browser
- Ctrl+4 – Output Window
- Ctrl+7 - navigator window
- Ctrl+K and Ctrl+L Auto complete with previous/next matched word
- Ctrl+Q last edit location
Comments [0]