我正在寻找这样的自动关闭标签后的评论解决方案:
<div class="myCustomDiv">Some content here</div><!--myCustomDiv-->
根据建议,我尝试将以下代码添加到preference.json文件中
"preferences": {
"filter.commentAfter": " <!-- <%= attr(\"id\", \"#\") %> <%= attr(\"class\", \".\") %> -->"
}
但是没有运气。请告知。
谢谢。