Language Service for Master CSS
Enhance the developer experience in code editors or IDEs with syntax highlighting, code completion, and more.
Syntax highlighting
Improve the readability and recognition of classes
Syntax inspection
Preview generated CSS and references on hover or list
Code completion
Hints and auto-completion of available syntax
Color preview
Calculate and render syntax colors within a document
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>