Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>SCSS Variable AutocompleteNew to Visual Studio Code? Get it now.
SCSS Variable Autocomplete

SCSS Variable Autocomplete

Flamur Beqiraj

|
1,718 installs
| (0) | Free
Autocomplete CSS Variable support CSS, SCSS, LESS
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Installs Version Rating

Credits

This is an extension originaly created by vunguyentuan.

Functionality

  • Support CSS/SCSS/LESS/POSTCSS syntax.
  • Provide autocomplete feature for css variables.
  • Color preview

You need to provide your css that contains variables definition.

Demo

Quick Usage

Windows users: press CTRL + SHIFT + P, than search for "Global CSS Autocomplete", it will generate the config file where your specific css stylesheets can be listed for autocompletion.

Manual Configuration

.vscode/settings.json

{
  "cssVariables.lookupFiles": [
    "node_modules/common-ui/dist/CommonUIVariable.css",
    "assets/styles/variables.css"
  ]
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft