With the basic Sublime Text 2 compilation, I only get the CSS auto-complete value when I type the first letter of the value, as shown in the image below.

However, I watched the Tuts HTML + CSS web tutorials ( here's an example video ) and its Sublime Text compilation shows all the possible CSS for this attribute. Below is a screenshot from a related video example.

My question is, what parameter or package allows you to display all the possible CSS values for this attribute?
source
share