Custom regions for code folding in Notepad++

custom-component, folding, notepad++

Solution

I use:

//{ NAME OF REGION/BLOCK

//}

Problem

Is there any way to create custom named regions for Notepad++ to fold them? I've seen some talk about it but found no functional example of how to.

Original source

Related problems