在Visual Studio代码编辑器中加下划线html <tag>的扩展名是什么?

时间:2017-12-24 23:46:43

标签: visual-studio-code

我需要这样的东西(我在括号编辑器中),但我不知道它来自哪个扩展名。

enter image description here

1 个答案:

答案 0 :(得分:0)

有一个扩展名。 只需在扩展程序标签

中搜索“ highlight-matching-tag ”即可

或在此处下载:https://marketplace.visualstudio.com/items?itemName=vincaslt.highlight-matching-tag

我建议设置如下自定义设置:

    "highlight-matching-tag.style": {
    "borderWidth": "1px",
    "borderColor": "orange",
    "borderStyle": "solid"
}