Sublime Forum

Autocomplete - Dumber algorith

#1

There’s no doubt, the fuzzy autocomplete is great.

However, sometimes I’d rather it was a little more stupid.

Example:

In CSS if inputing the ‘background’ property, the options that spring up in autocomplete are ‘background-colour’ among others, with no mention of simply ‘background’.

I’d like to have the option to choose fuzzy autocomplete, or something more straight forward.

0 Likes

#2

I could be wrong, but you might be seeing snippets rather than autocompletion. If you’ve got the word background somewhere in the document and it’s still not showing, that’s another thing.

0 Likes

#3

might be zencoding - there’s a setting to disable the handy completions

0 Likes

#4

You’re right.

When I’m working on a CSS file, what appears in the autocomplete list is snippets. In fact, there seems to be no completions file for CSS at all.

0 Likes