Rajani's weblog

 
Filed under

shortcuts

 

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:

  1. alt+shift+O open file in current project
  2. ctrl+E delete line
  3. ctrl+del delete next word
  4. ctrl+back_space delete prev word
  5. ctrl+shift+open_brac goto matching bracket
  6. ctrl+G goto line
  7. alt+shift+up move selection one line up
  8. alt+shift+down move selection one line down
  9. ctrl+shift+up copy selection one line up
  10. ctrl+shift+down copy selection one line down
  11. ctrl+slash toggle comment
  12. alt+shift+h toggle highlight search
  13. alt+shift+left shift line left
  14. alt+shift+right shift line right
  15. shift+ESC maximize or minimize
  16. Alt+Enter View fix suggestions
  17. ctrl+ O to open the file location of the current word. something like ctrl+shift+R in eclipse
  18. Alt+Insert Generate code
  19. Ctrl+0 – Editor
  20. Ctrl+1 – Project Window
  21. Ctrl+shift+1 - current file in Project Window
  22. Ctrl+2 - Files browser
  23. Ctrl+Shift+2 - current file in files browser
  24. Ctrl+4 – Output Window
  25. Ctrl+7 - navigator window
  26. Ctrl+K and Ctrl+L Auto complete with previous/next matched word
  27. Ctrl+Q last edit location

Filed under  //   netbeans   shortcuts  

Comments [0]