Disable "widows" as suggestion
When I write css, very often I will write "wid" and then autocomplete. I expect Webstorm to use "width" property but it uses "widows" instead. How can I decrease priority or outright remove "widows" suggestion?

Please sign in to leave a comment.
Hi there,
First of all -- the first entry is a Live Template (no icon on left side) and "wid" is abbreviation for "widows: ". For "width: " it's just "w".
You can find then at "Settings/Preferences | Editor | Live Templates" under "Zen CSS" node.
But generally speaking:
1) You may disable "wid" Live Template -- but that will not give "w" Live Template priority -- it simply will not be listed there at that point. But at the same time it means that actual property "width" (the one with the (p) icon on the left) should be selected by then.
2) Since it's a Live Template .. you may do it even faster: w[tab] -- type "w" and press [TAB] key (or whatever else key you use to expand Live Templates)
3) Edit that "wid" Live Template -- put content from "w" template there (so the same template will be accessible via 2 different abbreviations)