-
Notifications
You must be signed in to change notification settings - Fork 29.5k
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
Fold All Regions feature doesn't work #61220
Comments
(Experimental duplicate detection) |
Please add a code sample. I tried with the folloing sample and it worked //#region
Test
//#endregion
//#region
Test2
//#endregion
|
@aeschli sorry, i should have specified the language. It looks, it's ok for .ts file. But for .cs file, it doesn't work.
|
Do you use an extension for c# ? Out of the box you get indentation based folding with region markers sand your example works the same way as my example. |
This issue was moved to dotnet/vscode-csharp#2621 |
"Fold All Regions" feature doesn't work neither by ctrl+k, ctrl+8 nor by F1 menu.
The text was updated successfully, but these errors were encountered: