Search code examples
webstormstyled-componentsjetbrains-ide

How to customize this suggestion dropdown in WebStorm


enter image description here

I'm not sure since which version this started happen. I do remember when I type "aic", align-items: center was top choice. I don't remember others was there but below aic or wasn't even there. I need to know where those "P" suggests coming from and disable them. Because I usually write css, I use "df" for display: flex, "aic" for align-items: center etc. It was faster. But I no longer can.

Using WebStorm 2020.2.3 and plugin named Styled-components and Styled-jsx.


Solution

  • So after long search, I found solution myself. Go to Preference > Editor > Emmet > Css, then check "Enable fuzzy search among CSS abbrs". Now those abbrs I wanted are listed on top.