Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Netbeans IDE : How do I fold large chunks of Javascript code in Netbeans?

I have taken the leap from my comfortable dreamweaver IDE to Netbeans and am missing my code folding options :(

I see with Netbeans you can fold normal functions but I can't seem to work out how to fold large chunks (entire modules). I have found fixes for other languages in Netbeans but they don't seem to work in Javascript. This is very frustrating when working on my large 4000+ line files...

Surely there is a way?! If not can anyone recommend an IDE that is good for JS, CSS, HTML and PHP?

like image 811
wilsonpage Avatar asked Dec 04 '22 08:12

wilsonpage


1 Answers

//<editor-fold defaultstate="collapsed" desc="Your Description">

.... pieces of code ....

//</editor-fold>

credits goes to my teacher in college

Edited*
like image 143
clay Avatar answered Jan 01 '23 18:01

clay