-
Notifications
You must be signed in to change notification settings - Fork 510
Folding HereStrings #704
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
Comments
Duplicate of #525. I encourage you to complain to the VSCode team via this issue: microsoft/vscode#3422 |
Thank you @rkeithhill. I've added my name and demo to the list! |
@mpearon Thanks! Every bit of feedback to the VSCode team helps (I hope). :-) |
I just want to make note that the language-aware folding was implemented in PowerShell 1.8.0/1! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System Details
$PSVersionTable
:PSVersion 5.1.14393.1066
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.14393.1066
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Issue Description
I'm sure this has been mentioned before, but I can't seem to find any open tickets.
Any time HereStrings are used throughout my scripts, 1) they do not fold and 2) they break folding for parent elements (Functions or Regions in my case).
Here is a gif of the behavior, and I've included the exact code for you to play with below.

The text was updated successfully, but these errors were encountered: