-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Multiple Cursor bug in html file #4439
Comments
for anyone who is suffering from the same issue you can disable this vscode feature via setting |
@amitbisht511 thanks, this was so annoying I temporarily disabled the whole vim extension until I had time to search for a fix |
HTML mirror cursor is an absolutely horrible feature. Was screwing me up for quite a while until I was finally forced to search about it. "On" by default is just an unbelievably bad choice. |
@Brade to be fair, I think if you're not using VSCodeVim, it's probably quite useful |
I'm not using that, and I can assure you it's still not useful. I often paste class attributes etc to similar open tags, and it kept pasting it all on the end tags as well. I've turned it off now, but I really disagree with the decision to have it "on" by default. |
Ah interesting; I'd figured it would be smart enough to not copy attributes to the end tag. That is bothersome. |
In my case, |
Describe the bug
In the latest vscode (1.41) the vscode team release a new feature called html mirror cursor now when i open a html file and go to a tag in normal mode it also select its closing tag in multi cursor mode but when i move my cursor it does not close the multi cursor mode
To Reproduce
create a simple html file with some tag like
move your cursor in normal mode to opening form tag you see that closing form tag also get selected now move your cursor into next line in input you see that form tag is still selected
Expected behavior
the multi cursor should be closed when i am not in html tag
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: