Greetings -
In a home baked PowerShell wordfile, I was able to use the following:
Which would allow code folding for regions, such as
I can't seem to get this to work anymore, and wonder if someone has any suggestions? Regions are important, as they can contain thousands of lines of code.
Thanks!
In a home baked PowerShell wordfile, I was able to use the following:
Code: Select all
/Open Comment Fold Strings = "region"
/Close Comment Fold Strings = "endregion"
Code: Select all
#region blah
<lots of exciting code here>
#endregion blah
Thanks!