vscode-scss
DonationDo you like this project? Support it by donating, creating an issue or pull request. InstallPlugin installation is performed in several stages:
See the extension installation guide for details. UsageJust install the plugin and use it. Supported features
Supported settingsscss.scannerDepth
The maximum number of nested directories to scan. scss.scannerRootPath
The root path the scanner should 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 scss.emphaseImplicitImports
Add extract text to emphase implicit import variables, mixins and functions. 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 scss.oneRemInPixel": {
The value of the root em in pixel scss.dev.serverPort
Launches the SCSS IntelliSense server at a specific port for debugging and profiling. Used for filing performance issue. QuestionsI don't see suggestions in the SCSS files. You must perform several steps:
ChangelogSee the Releases section of our GitHub project for changelogs for each release version. LicenseThis software is released under the terms of the MIT license. |