CSS, SCSS, and Less language server for Claude Code, powered by vscode-langservers-extracted.
Provides real-time diagnostics, completions, hover documentation, and formatting for .css, .scss, and .less files.
npm install -g vscode-langservers-extractedVerify installation:
vscode-css-language-server --version/plugin install css-lsp@wookstar-claude-plugins| Extension | Language |
|---|---|
.css |
CSS |
.scss |
SCSS |
.less |
Less |
- Syntax diagnostics and error highlighting
- Property and value completions
- Hover documentation with MDN references
- Code formatting
- Colour previews
vscode-langservers-extracted bundles the CSS, HTML, and JSON language servers together in a single package. Installing it once covers css-lsp, html-lsp, and json-lsp.