Sublime Forum

Any way to restrict css autocomplete to valid options only?

#1

The issue that I’ve had for as long as I can remember is that sublime text suggests things that aren’t valid in css.

For instance, a few times today I’ve had “bottom” suggested as the autocompletion of “font-weight: bo”. I don’t think bottom should be suggested at all, and I’m wondering if anyone else has issues like this or if someone could point me in the direction of a fix.

Here’s a video showing what I mean (sorry for the background noise):

webmup.com/Dy9b6/vid.webm

0 Likes

#2

I finally tracked down the issue, and it was the all autocomplete plugin.

github.com/alienhard/SublimeAllAutocomplete

Removing it had my css suggestions back to a sensible state.

0 Likes