How to turn of this surrounding highlight between quotes | brackets | methods definition | etc? #22854
-
I'm encountering an issue with highlights appearing between every word within strings, parentheses, brackets, and similar elements in my editor. Like so: These highlights are visually distracting for me, and I'd like to know how to disable or remove them entirely. I assume this could be related to syntax highlighting or a specific editor feature. Could someone guide me on how to disable this? I've read through the documentation but couldn't find it. Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It took a bit of digging for me to find it, but I've found setting "experimental.theme_overrides": {
"editor.document_highlight.bracket_background": "#ffffff00"
} This feature was added in #17566 |
Beta Was this translation helpful? Give feedback.
legend! thanks @mgyarmathy !