-2
There is a problem in my VS code, the tags are simultaneously selected above and below, have some configuration to leave only the top]1 Thanks in advance!!
-2
There is a problem in my VS code, the tags are simultaneously selected above and below, have some configuration to leave only the top]1 Thanks in advance!!
0
This is a "problem" that came with the last update 1.41 and they call it mirror tag cursor
as you can see here https://code.visualstudio.com/updates/v1_41#_html-mirror-cursor
To disable this you need to change html.mirrorCursorOnMatchingTag
which is active by default now.
Goes into Settings
, and research by html.mirrorCursorOnMatchingTag
, then just cancel the checkbox
.
Browser other questions tagged visual-studio-code
You are not signed in. Login or sign up in order to post.
Thanks Hugocsl!! It worked out here!! I already have an Auto Rename tag extension that does it, more in a more discreet way! You also found this update strange?
– Pinheiro Neto
@Pine tree guy I also used an extension that matched the two tags, but now it seems that VS Code incorporated this function tb... as I have used little nor noticed if improved or worsened. Dude if you think the answer solved your problem remember to mark it as accepted in this icon below the arrows next to the answer. So your question is not pending accepted answer, even though it has already been solved. Abs
– hugocsl
Hey, Marquei, thanks again!!
– Pinheiro Neto
@Pine tree was worth my dear
– hugocsl