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

后端 未结 4 986
深忆病人
深忆病人 2021-01-06 10:52

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 nor

4条回答
  •  轮回少年
    2021-01-06 11:47

    The short answer is that there is no way to fold code by matched parens with out using their hideous NB specific XML tags (which means anyone else looking at your code in any other IDE is going to get extremely confused).

    This needs to be fixed but Oracle doesn't seem to care.

提交回复
热议问题