Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 2.26 KB

README.md

File metadata and controls

46 lines (32 loc) · 2.26 KB

Some Sass

Some Sass is a language server extension for Visual Studio Code and other editors with a language server protocol (LSP) client. It brings improved code suggestions, documentation and code navigation for both SCSS and indented syntaxes.

Some features include:

  • Full support for @use and @forward, including aliases, prefixes and hiding.
  • Workspace-wide code navigation and refactoring, such as Rename Symbol.
  • Rich documentation through SassDoc.
  • Language features for %placeholders, both when using them and writing them.
  • Support for both Sass syntaxes as well as CSS.

Get the extension

You can find the extension here:

See the User guide section to learn more about what the extension can do.

Some Sass Language Server

Some Sass is also a language server using the Language Server Protocol (LSP).

The language server is published on npm, and can be used with any editor that has an LSP client. See Getting started to learn more.

Editors with clients

See the documentation for an updated list.