Let emmet override default code autocompletion
The new version of PhpStorm has added autocompletion and support for new CSS3 properties, however these are overriding some of my emmet settings. For example I used to type 'db' for 'display: block;' now it is outputting 'dominant-baseline: ;'. Do you know if it is possible to disable some autocompletion for rarely used CSS properties?
Please sign in to leave a comment.
Please try enabling 'fuzzy searchamong CSS abbreviations' in Settings/Emmet
Yes, this fixes the issue, I may have disabled it by error, thank you!