Search code examples
cssphpstormwebstorm

Live template auto completion priority


How can I change the priority for different auto completion options in CSS/LESS files?

Example: When I quickly enter "dib" followed by tab, that should be converted to "display: inline-block;" as configured in the CSS Live Template settings. But unfortunately, PhpStorm decided it would make more sense to convert the shortcut to "drop-initial-before-adjust" instead... (see attached screenshot)

Is there a way to change this behavior?

PhpStorm CSS auto completion screenshot


Solution

  • Enabling "Fuzzy search among css abbreviations" in the Emmet settings does exactly what I wanted.