Sublime Forum

Autocomplete does not work in HTML and CSS files

#1

In HTML files, the autocomplete popup does not show up, it only works hen pressing tab. In CSS files it simply does not work at all.

I’m using Zen Coding, and the default packages with default settings… I’ve tried installing SublimeCodeIntel, and other auto complete packages, and the problem never solves.

This is frustrating… can someone please help me find out what is happening?

TIA

0 Likes

#2

Try adding this to your Preferences > Settings – User file:

"auto_complete_selector": "source, text",
0 Likes

#3

[quote=“nick.”]Try adding this to your Preferences > Settings – User file:

"auto_complete_selector": "source, text",

Thanks. It worked for the HTML files.

Still nothing with CSS files.

0 Likes

#4

HTML started to work. CSS not. Any ideas.

0 Likes