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!

0
2 comments

Hi there,

Settings/Preferences | Editor | Emmet | HTML --> Filters enabled by default | Comment tags

0
Avatar
Permanently deleted user

Thank you!!!

0

Please sign in to leave a comment.