Very interested in Sublime Text, however there is a big issue for me in regards to CSS autocomplete behavior. Sublime Text makes you start typing a value before it shows the autocomplete popup. However, it should show the available values before you start typing a value. Such as these programs do:
Dreamweaver https://www.screencast.com/t/WXpzqKZps
Atom https://www.screencast.com/t/yqcWFaoQ1nF
Brackets https://www.screencast.com/t/nqgLSZu67
But as you can see in Sublime Text, the autocomplete popup doesn’t show and forces you to type before it does show: https://www.screencast.com/t/0TLUZatHKMjR
This is pretty critical for me since I’ve been accustomed to that method for years. I like just hitting Enter on a property autocomplete, then going straight to the arrows to select a value, without having to start typing a value first.
Is there an addon package that does this if there’s no settings to make this happen? Or are you planning on implementing this behavior by default soon hopefully?