This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Hello -
I'm looking for a way to fold code between compiler directives #if, #if defined, #else, #endif...
I have tried both "auto/tab" and "use language scheme" with various tabs/indention approaches. From google - it doesn't look like this is supported out of the box.
Is it possible, or is there a recommended extension that works well for this?
Thank you
Lori
Hi Lori,
The extension explicit fold (open-vsx.org/.../explicit-folding) allows you to define a region of code such as #ifdef to enable code folding. I can't find a way to automatic to fold a region.
Patrick