Sublime Forum

Bug : CSS Autocomplete

#1

Apologies if this has already been mentioned.

There is a small bug with the autocomplete in CSS. Try typing “position: ab” and then hitting tab. Absolute appears as the only option but when hitting tab nothing happens. Using the most recent version on OSX.

Thanks

0 Likes

#2

I have the same problem too, pressing enter works fine though.

0 Likes

#3

Seems to be fixed with the new version of Emmet plugin, especially now it supports fuzzy searching!

0 Likes

#4

By default suggestions are committed by hitting ‘enter’. You can add the following to your Preferences > Settings – User to make tab the default.

“auto_complete_commit_on_tab”: true

0 Likes