netbeans - How to quickly create editor fold? -


when editing gui class i've found editor fold.

// <editor-fold defaultstate="collapsed" desc="generated code"> ... // </editor-fold> 

i've started using own purposes, it's couple of words write. i'm looking faster way.

type 'fcom' , press 'tab'.

more shortcuts here


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -