some-sass

Modern SCSS language server. Full support for `@use` and `@forward`, including aliases, prefixes and hiding.

Downloads
8.6K
Stars
43

Bot releases are hidden (Show)

some-sass - 2.2.0 - Improvements to SassDoc editing

Published by wkillerud over 2 years ago

What's Changed

JSDoc-style experience suggests SassDoc comment block based on parameters

suggestions-sassdoc

Code suggestions for SassDoc annotations when in a block comment, and hover-information for SassDoc annotations with links to docs.

sassdoc-annotations-and-hover

Full Changelog: https://github.com/wkillerud/vscode-scss/compare/2.1.1...2.2.0

some-sass - 2.1.1

Published by wkillerud over 2 years ago

What's Changed

Full Changelog: https://github.com/wkillerud/vscode-scss/compare/2.1.0...2.1.1

some-sass - 2.1.0 - Support for namespaces and more

Published by wkillerud over 2 years ago

What's Changed

  • Adds namespace support to code suggestions, diagnostics, hover, signature help, and go to definition. Supports aliases (including wildcard), prefixes, hiding.
  • Marks deprecated items in code suggestions.
  • Gives mixins a different icon (snippet-icon) from functions (methods and functions-icon). See IntelliSense in Visual Studio Code for examples on how they look.
  • Fixes snippet syntax when completing mixins and functions with parameters, so the (dollarless) parameter names get shown as placeholders.
  • Adds a setting to only suggest symbols from the current document, or when in a namespace context (stop suggesting every public symbol everywhere).
  • Adds a setting to control whether the extension suggests symbols from the current document. Turned off by default to avoid duplicates from built-in SCSS language support.
  • Adds a note to readme about maybe turning off word-based suggestions for the best experience, for now.

by @wkillerud in https://github.com/wkillerud/vscode-scss/pull/4

Full Changelog: https://github.com/wkillerud/vscode-scss/compare/2.0.0...2.1.0

some-sass - 2.0.0

Published by wkillerud over 2 years ago

What's Changed

Full Changelog: https://github.com/wkillerud/vscode-scss/compare/1.0.1...2.0.0

some-sass - 1.0.1

Published by wkillerud over 2 years ago

What's Changed

Full Changelog: https://github.com/wkillerud/vscode-scss/compare/1.0.0...1.0.1

some-sass - 1.0.0

Published by wkillerud over 2 years ago

What's Changed

Full Changelog: https://github.com/wkillerud/vscode-scss/compare/0.10.0...1.0.0