I have installed sublime on a new machine, but I could not see auto-complete while typing anything in the style.css
. How should I troubleshoot?
Autocomplete CSS
codeispoetry
#1
0 Likes
OdatNurd
#2
The CSS
package that ships with Sublime by default includes autocompletions for CSS properties and, for properties that have lists of potential values, the valid values. There’s not a way to turn that off other than to disable the package.
Apart from verifying that the file is recognized as a CSS file, are you using any third party packages that replace the built in syntaxes (say for example Naomi
) that might affect things?
1 Like
There’s not a way in ST3, but in ST4 (particularly Build 4083 & after), CSS completions coming from the default package can disabled by setting disable_default_completions
to false
in the syntax specfic setting for CSS (same goes for HTML)
2 Likes