With the basic Sublime Text 2 build, I am getting CSS value autocompletion only when I type the first letter of the value, as seen in the image below.
However, I've been watching the Tuts HTML+CSS web tutorials (here is an example video), and his Sublime Text build shows all possible CSS for a given attribute. Below is a screenshot from the linked example video.
My question is what setting or package allows for the display of all possible CSS values for a given attribute?
There is no package needed in Sublime Text 2 to display all possible completions, e.g. all possible values for a CSS property, but LaceLafontaine's answer is no longer current.
Cmd+Space
doesn't work on Macs, partially because it's a shortcut for a spotlight search.Currently the shortcut to display the completions in OSX is
Ctrl+Space
. I believe it's the same for both Mac and PC. The issue was discussed here: https://github.com/processing/processing/issues/2699Linux Users
For me it worked when I config using this:
And then you use
Space
as trigger. There is an additional space before every value, but Minify or HTML-CSS-JS Prettify will delete all these spacesNo additional packages or specific settings were needed to solve this issue. The Ctrl/Cmd+Space keyboard shortcut natively displays all possible completions.
Try different plugins through Package Control.
Specifically trying these may work for you:
ctrl/cmd + space
)