How to reset only functions, methods in notepad ++

I like the way netbeans automatically resets functions and methods when opening a file. I also use notepad ++, but when I use folding, it will add everything, including html, if there are more conditions and functions. I would like to be able to collapse only functions. Does anyone know of a plugin that does this, or maybe there is a parameter somewhere in notepad ++ that I missed.

thank

+5
source share
1 answer

There is a level label: ALT( 1- 8) for resetting and ALT+ SHIFT( 1- 8) for expanding
It stacks everything on one level:

level 2
<html>
  <head>
  </head>
  <body>
  </body>
</html>

Source .

+7
source

All Articles