Hidden key to add all the data in any type of file " Ctrl + Shift + - (minus sign)".
To fully expand this file, you need to do the opposite, which means " Ctrl + Shift + + (plus sign)".
To view and edit all the keyboard shortcuts in NetBeans IDE, go to " Tools Menu> Options > Keymap Tab".
Hope this helps.
Update for structures of summary codes other than the functions themselves: -
Follow these steps: -
- Go to this section "
Tools Menu> Options > Editor Tab> General Tab". - Here you will find 2 sections: Code Summary and Camel Behavior .
- In the section " Code folding " there are two subsections: " Use code folding " and " Collapse by default ."
- Check the box next to β Use code fold β to activate other options in another subsection.
- In the other " Collapse by default " section, you will find 6 options. Among them, your required parameter is " Tags and other blocks of code ." Check this box to enable code folding for all code structures (for example, "
if " and " for " logic ...), and then restart the application (otherwise it CANNOT work).
source share