Netbeans Code Folding

If you're using Netbeans and you want to enable code folding for a particular region, use this:

   // <editor-fold defaultstate="collapsed" desc="Private Methods">
   // Your code goes here...
   // </editor-fold>

This will result in a code-folding region in your code.


Comments

Popular posts from this blog

FREE Delphi Starter Edition

Getting Homebrew Set Up For Non-Admin Account on Your Mac OSX 10.8

Mono Versions in Unity 3.5.7 and 4.3.4