atom/autocomplete-css

autocomplete-css doesn't work for css file.

JustinYangJing opened this issue · 3 comments

autocomplete-css doesn't work for *.css file, but it works fine for *.scss file. The version is 0.13.1.

Hi @JustinYangJing, can you please elaborate? Does it still not work in safe mode (atom --safe)? What Atom version are you using (atom --version)? Can you provide a CSS file that doesn't work for you? Thanks!

Hi, @50Wliu I'm sorry for replying to you late . It works in safe mode . The following is the Atom's version information.
Atom    : 1.12.6
Electron: 1.3.9
Chrome  : 52.0.2743.82
Node    : 6.5.0

CSS file is normal format .such as "background-color:#ff0000;", The key word "background-color" cant be auto completed when i type “back..”;

autocomplete-css for *.css file.

css file

autocomplete-css for *.scss
scss filr

Ok, since this works in safe mode, that means one of the community packages you installed is causing the issue.

What we need you to do is to figure out what community package is causing the problem. Some people have reported that using the package-cop package has been helpful, you may want to try it. Once you've determined what package is causing the problem, The Atom FAQ has information on how to contact the maintainers of any Atom community package or theme so you can file this issue there.