-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
Moving cursor across folded code should not automatically unfold #16858
Comments
I can not reproduce that. When move the cursor over a folded section (cursor down, cursor down) or I place the cursor at the end of the line, this does not unfold the section. |
This happens when I press |
@michael-yx-wu I guess you are using a VIM extension. Which one is it? You have to file this issue against that extension. |
Okay I'll refile against the vscode vim extension. I believe I'm using the one published by msft |
Thanks. Closing issue then |
This happens to me even with all extensions disabled. I really wish to place the cursor after a folded code, hit
Sublime Text 3 delivers the expected behavior: https://streamable.com/5yct3 |
Folding code is often a strategy for hiding parts of files that aren't important or relevant to the current task and making it more manageable to scroll up / down. Given this context, I propose that when code is folded, it should perhaps remain folded until the user explicitly wants to unfold it.
Steps to Reproduce:
Example:
Desired Behavior:
The text was updated successfully, but these errors were encountered: