Hello! Is it possible to do something in Sublime Text 3, so that when writing the css property in the tooltip it would produce a list of all possible values ​​for it? If this can be done using the plugin, write pls name.
1 answer
Can. To do this, install CCS3.
For installation:
- Open the command line Sublime with the keyboard shortcut "CTRL + SHIFT + P"
- Type "Package Control: Install Package" and press Enter
- Enter the name of the package "CSS3" and press Enter
Next you need to disable the package "CSS". For this:
- Open the command line Sublime with the keyboard shortcut "CTRL + SHIFT + P"
- Type "Package Control: Disable Package" and press Enter
- Enter the name of the package "CSS" and press Enter
Next, you need to set CCS3 as the default language for .css files. To do this, open any .css file and select from the menu View → Syntax → Open all with current extension as ... → CSS3
Note:
By default, when you enter a value, a list of values ​​appears. 
Also, the list of values ​​can be called with the "CTRL + SPACE" key combination. 
- 1. I would not recommend using CSS3, in the default CSS syntax there are already more features. When I wrote the color scheme , I found out that in CSS3 there is a relatively poor syntax, why I refused to support it. // 2. Disable
CSSpackage is not necessary if we install a different syntax forcssfiles. // 3. Well, in my opinion it is wrong to mention in the answer only about one package when there are many of them (see my commentary on the question). // Thank. - Sasha Chernykh
|
CSSkeyword. Thank. - Sasha Chernykh