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.
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.
Hi, that's what I need! Thanks!