Language Service
Master CSS for Visual Studio Code
An official VSCode extension to integrate features of the Master CSS language service.
Installation
Get it now in Visual Studio Marketplace.
Set up your workspace
Create a .vscode/settings.json
or set it in user settings.
{ "editor.quickSuggestions": { "strings": true }}
Start using Master CSS
Now your IDE is more professional and readable than ever!
<h1 class="font:40 font:56@sm font:heavy italic m:12x text:center fg:red:hover"> Hello World</h1>