Sublime Forum

CSS autocompletion doesn't work anymore in ST3

#1

Hi guys.

In ST2, whenever I had a .css file and wrote body then pressed Tab, I always received:

[code]body {

}[/code]

Few days ago I installed ST3, installed same packages, same user preferences but now, when I wrote body then press Tab, I will receive:

border: ;

Any idea on what might be wrong?

Thanks.

0 Likes

#2

So, after a few tries, I managed to discover how to stop replacing selectors with tab. I added

"tab_completion": false

to User Preferences.

Still searching how to open and close brackets.

0 Likes