-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for #region folding #284
Comments
There is also an option to add syntax aware folding (as opposed to the default indentation and maker style) https://code.visualstudio.com/docs/editor/codebasics#_folding This would require upping the minimum VSCode version to 1.22 Although I'm yet to find a compelling reason to go down this route. Something to think about. |
(GH-284) Added support for #region folding
Fixed and will be available next release! |
Great, thank you 👍 I think we can close this. |
Hello, I would really like to see support for
#region
folding for Puppet manifests, as described here:microsoft/vscode-python#33
This is supported out-of-box by VSCode and only a minor change is required to make it work it with Puppet manifests:
The code is taken from aforementioned issue and tested locally.
The text was updated successfully, but these errors were encountered: