Netbeans 8.0 - Preferences for Code Folding
I recently switched to using NetBeans IDE 8.0 for a PHP project and would like to know if this is possible: -
- Configure NetBeans to remember my code folding status (open / close) when I save the file
- Automatically add only functions at startup.
Thanks a lot pending.
Phill
+3
Phill
source
to share
1 answer
Apparently Netbeans is unable to remember the state (see https://netbeans.org/bugzilla/show_bug.cgi?id=188573 ).
Regarding your second question, take a look: Tools / Options / Folding.
+2
Joachim rohde
source
to share