Configure live templates or emmet

Hello,

Typing "dn" + Tab i had "dispaly: none;" alias for styles before, but have "mso-endnote-continuation-notice: ;" now.

Cannot find where I can configure this.

Thanks.

0
2 comments

Hi there,

For "display: none;" please use "d:n" abbreviation.

In PhpStorm, standard Emmet abbreviations are implemented via Live Templates functionality and can be disabled or edited as needed at "Settings (Preferences on macOS) | Editor | Live Templates | Zen CSS".

If you want "dn" to do that job instead of "d:n" just create your own Live Template (P.S. I suggest to always create them in your own group to avoid any conflicts when upgrading).

You can also enable "Settings (Preferences on macOS) | Editor | Emmet | CSS | Enable fuzzy search among CSS abbreviations" option and it will focus "d:n" Live Template in completion popup when typing "dn" in the Editor.

3

Hi, that's what I need! Thanks!

0

Please sign in to leave a comment.