in visual studio we can add "REGION" so we can collapse and expand our code in category so i easy to find when our code is too many line aand we can keep it neat with that
ex :
#region method
code here
#endregion
is there some code in dreamweaver that worked like that?
*Update for @NewBie answer, dunno about the comment section can't do some line break lol
Here is what i do
#region fields
here is i keep all my public stuff
#endregion
#region events
here is all of my event
#endregion
#region methods
over here is all i keep my method
#endregion
just try to keep my code neat, so i don't have to see what i don't need to see, but i find this way in NetBeans latest version (i never tried older one). NetBeans do almost the same way Visual Studio do, it's cool, u have to tried that hahaha