vincaslt / vscode-highlight-matching-tag

Highlights matching opening or closing tag in VSCode
https://marketplace.visualstudio.com/items?itemName=vincaslt.highlight-matching-tag
MIT License
154 stars 16 forks source link

Don't show if on same line number #137

Open KieranGreenwood opened 2 years ago

KieranGreenwood commented 2 years ago

Is it possible to hide/disable matching tag styles where the opening and closing tag are on the same line?

My understanding of the documentation leads me to believe not, if not, is this a feasible feature to request?

eg:

<div>
  <a>link</a>
</div>

I want to see opening & closing styles for the div but not the a

vincaslt commented 2 years ago

There currently is no such option, it would be simple to implement I think if somebody's up for making a PR.