-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
[folding] show folding actions at the end of folding range as well #60670
Comments
(Experimental duplicate detection) |
Thanks bot, I don't see this anywhere in those possible duplicates. |
@WhatFreshHellIsThis you might find The Folding Stuff useful. It's a small extension I created that surfaces folding commands on the context menu. |
See PR #77363 |
Related on Stack Overflow: How can I fold code blocks by clicking on the line number at the end of the folding range in VS Code?. Also, how does this work for languages like Python, where I thought multiple folding ranges can have different starting line, but the same ending line? |
This is for C# but may affect others I'm not sure:
Having a large complex code block and wanting to fold it requires always scrolling to the top of the region to collapse it. There should be an identical folding icon that allows to fold from the bottom of the region.
The text was updated successfully, but these errors were encountered: