Dual tag selection in visual code

Asked

Viewed 61 times

-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![seleção dupla]1 Thanks in advance!!

1 answer

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.

inserir a descrição da imagem aqui

  • 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?

  • @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

  • 1

    Hey, Marquei, thanks again!!

  • @Pine tree was worth my dear

Browser other questions tagged

You are not signed in. Login or sign up in order to post.