Package to display all possible CSS values ​​in Sublime Text 2?

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.

Basic CSS autocompletion

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.

Display of all possible CSS values ​​for a given attribute

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

+4
source share
3 answers

. Ctrl + Cmd + Space .

+3

.

, :

+3

Sublime Text 2 , , . CSS, LaceLafontaine . Cmd+Space Mac, , .

Currently, a shortcut to display completion in OSX is Ctrl+Space. I believe this is the same for Mac and PC. The issue was discussed here: https://github.com/processing/processing/issues/2699

0
source

All Articles