タイトルのとおりなのですが、intellijでEmmetを書いた時のコメント位置を修正したいです。
現状
<div class="example"> なにかコンテンツが入る </div> <!-- /.example --> <div id="example"> なにかコンテンツが入る </div> <!-- /#example -->
理想
<div class="example"> なにかコンテンツが入る </div><!-- /.example --> <div class="#example"> なにかコンテンツが入る </div><!-- /#example -->
いくつかググってページを見た結果、snippets.jsonやpreference.jsonを書けば良いのではないかということはわかりました。
https://ika-ring.net/blog/emmet-add-comment-hack/
https://oku-log.com/blog/vs-comment/
https://docs.emmet.io/customization/preferences/
https://pleiades.io/help/idea/settings-emmet.html
しかし、intellij上でどこを変更すれば上記の調整を行えるかがわかりません。
よろしくお願いいたします。
あなたの回答
tips
プレビュー