mrmlnc / vscode-scss

:electric_plug: IntelliSense for Variables, Mixins and Functions in all Sass (SCSS syntax only) files.
https://goo.gl/UFfMHB
MIT License
171 stars 42 forks source link
css scss visual-studio-code vscode vscode-extension

vscode-scss

SCSS IntelliSense (Variables, Mixins and Functions) for all files in the workspace.

Donation

Do you like this project? Support it by donating, creating an issue or pull request.

Donate

Install

Plugin installation is performed in several stages:

See the extension installation guide for details.

Usage

Just install the plugin and use it.

Supported features

Supported settings

scss.scannerDepth

The maximum number of nested directories to scan.

scss.scannerExclude

List of glob patterns for directories that are excluded when scanning.

scss.scanImportedFiles

Allows scan imported files.

scss.implicitlyLabel

The text of a label that the file imported implicitly. If null then label not displayed.

scss.showErrors

Allows to display errors.

scss.suggestVariables

Allows prompt Variables.

scss.suggestMixins

Allows prompt Mixins.

scss.suggestFunctions

Allows prompt Functions.

scss.suggestFunctionsInStringContextAfterSymbols

Allows prompt Functions in String context after specified symbols. For example, if you add the / symbol, then background: url(images/he|) will be suggest hello() function if it is defined.

scss.dev.serverPort

Launches the SCSS IntelliSense server at a specific port for debugging and profiling. Used for filing performance issue.

Questions

I don't see suggestions in the SCSS files.

You must perform several steps:

Changelog

See the Releases section of our GitHub project for changelogs for each release version.

License

This software is released under the terms of the MIT license.