I want to disable the behavior of starting and ending <> in VS Code.

Asked 2 years ago, Updated 2 years ago, 105 views


because it is difficult to see the behavior of starting and ending <> square in VScode I would like to disable it, but I would appreciate your advice.Enter a description of the image here

html5 vscode

2022-09-30 16:56

1 Answers

I think it's a function that emphasizes whether the corresponding parentheses are closed correctly, so
in the setting (Setting.json) Try disabling "editor.matchBrackets" as follows:

From Answer on How to disable angle bracket highlighting in Visual Studio Code?-Stack Overflow:

"editor.matchBrackets": false


2022-09-30 16:56

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.