I have a problem, visual code does not show me the opening and closing of labels, every single click only marks all the labels with the same name, but does not show the opening and closing of a certain label ...
I have a problem, visual code does not show me the opening and closing of labels, every single click only marks all the labels with the same name, but does not show the opening and closing of a certain label ...
enter Archivo >> Preferencias >> Configuracion
and in your user configuration file you add "editor.matchBrackets": false
should look something like:
{
"sublimeTextKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"editor.formatOnPaste": true, //No se te olvide la coma
"editor.matchBrackets": false //Linea nueva
}
Just restart the program and it should be left.