Issue
When I was editing GUI class I've found editor fold.
// <editor-fold defaultstate="collapsed" desc="Generated Code">
...
// </editor-fold>
I've started using it for my own purposes, but it's couple of words to write. So I'm looking for any faster way.
Solution
I've found it and it's simple :)
http://wiki.netbeans.org/SurroundWithCodeFolding
Answered By - kravemir
Answer Checked By - Terry (JavaFixing Volunteer)