some-sass-language-server
v2.3.6
Published
LSP server for SCSS and Sass indented. Full support for @use and @forward, including aliases, prefixes and hiding. Rich documentation through SassDoc. Workspace-wide code navigation and refactoring.
Maintainers
Readme
Some Sass Language Server
This is the language server that powers the Some Sass extension for Visual Studio Code.
The language server provides:
- Full support for
@useand@forward, including aliases, prefixes and hiding. - Workspace-wide code navigation and refactoring, such as Rename Symbol.
- Rich documentation through SassDoc.
- Language features for
%placeholder-selectors, both when using them and writing them. - Suggestions and hover info for built-in Sass modules, when used with
@use. - Support for both Sass syntaxes as well as CSS.
Usage
You can install the language server with npm:
npm install --global some-sass-language-serverThen see how to configure a client.
Capabilities
Editors with clients
See the documentation for an updated list.
Contributing
The best place to get started is the guide for new contributors.
