We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
It seems that #region/#endregion syntax in both PowerShell and C# isn't foldable in the 0.10.10-insiders release:
#region
#endregion
It seems that #if/#endif work fine though. What should our syntax definition files need to make these regions fold correctly?
#if
#endif