How to change PhpStorm auto-comment?
Hi
If you type
.block | c
and press tab
Expands as
<div class="block"></div>
<!-- /.block -->
How to change this comment to your own? And so that it stays on the same line as the div
<div class="block">
</div><!-- End block -->
Please sign in to leave a comment.
There is currently no way to customize the default Emmet comment filter, please vote for https://youtrack.jetbrains.com/issue/WEB-44563 to be notified on any progress with it