Closed Allenite closed 4 years ago
I think I got it.
It's here. https://github.com/swift502/vscode-region-viewer/commits/nesting I'll polish it up and make a PR once / if @berabue accepts my current PRs.
@Allenite
The function you want has just been released.
I would like to express my infinite gratitude to @swift502 for making this feature.
Thank you so much @swift502 and @berabue
This is incredibly useful for VSC. Can you also consider adding nested regions?
Region abc
some code
Region def
some more code
endregion def
endregion abc
would ideally return this if nested:
abc
def