Halaman

Rabu, 06 Oktober 2010

[shared] Netbeans FUSCK (Frequently Used ShortCut Keys)



  • ctrl+c, ctrl+v, alt+v :
    - Copy, Paste, Display paste history (CopyPasteHistory Plugin required)


  • ctrl+f, ctrl+h :
    - find, replace in file


  • ctrl+shift+f, ctrl+shift+h :
    - find, replace in project


  • alt+shift+f :
    - format codes indentation in file


  • ctrl+shift+up/down arrow
    - copy up/down selection line. very useful combined with alt+shift+arrow


  • alt+shift+up/down/left/right arrow
    - move selection


  • ctrl+space
    - show code completion


  • ctrl+shift+a
    - go to view from controller or to controller from view


  • ctrl+click / ctrl+b
    - go to declaration


  • ctrl+tab, ctrl+shift+tab
    - next/prev tab


  • alt+shift+r
    - open rake task window


  • alt+insert
    - open generate window


  • ctrl+w
    - close document


  • ctrl+shift+w
    - close all documents


  • alt+shift+w
    - [custom shortcut] close other documents

1 komentar:

  1. addition:

    ctrl+shift+c:
    - comment one line

    ctrl_x:
    - cut, if no text selected => cut whole line

    BalasHapus