I've looked for anything about how to fold the code down in HTML files using Netbeans. Does anyone know? I'm on a Mac using Netbeans 7.1.1 and I've already hit up the Preferences>General area... am I missing something here? Any help for this newbie would be greatly appreciated.
Asked
Active
Viewed 1,496 times
1 Answers
0
Code folding is already enabled on elements in an HTML file. You can collapse the individual tags, or groups of tags.

John Yeary
- 1,112
- 22
- 45
-
1However Netbeans has extra features in java like the default folding and text e.g. //
...code...// – xchiltonx Mar 22 '15 at 23:43