notepad4 icon indicating copy to clipboard operation
notepad4 copied to clipboard

Implement fold.at.else code folding property

Open magicdmer opened this issue 4 years ago • 1 comments

如下代码,希望 #if到#else是一个代码折叠,然后#else到#endif是一个代码折叠,和vscode一样

#if 0
    printf("test1");
#else
    printf("test2");
#endif

magicdmer avatar May 09 '21 09:05 magicdmer

The "fold.at.else" code folding property is not implemented (some were removed in 56083e026034ec8f7107552ac76dca88fc5da6aa).

zufuliu avatar May 09 '21 09:05 zufuliu