Remove comments in HTML
Hi,
When I build some html using emmet, phpstorm adds an comment after the closing tag to inidicate to which opening tag/class that respective closing tag belongs to, e.g.
.left -> hit Tab to complete div -> result:
<div >
</div>
<!-- /.left --> <-- I mean this one
This happends automatically. Is there any seting in phpstrom, where I can switch this behaviour off?
Thanks!
Please sign in to leave a comment.
Hi there,
Settings/Preferences | Editor | Emmet | HTML --> Filters enabled by default | Comment tags
Thank you!!!