Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Styled Global Variables AutocompleteNew to Visual Studio Code? Get it now.
Styled Global Variables Autocomplete

Styled Global Variables Autocomplete

Yeison Daza

|
1,428 installs
| (0) | Free
Autocomplete css variables from styled-component global style
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Styled Global Variables Autocomplete

fields

Visual Studio Code extension that provides autocomplete for CSS variables from styled-components global styles.

Features

CSS variables autocomplete

Autocomplete Variables

Go to definition Support

Go to definition

Preview variable value on hover

Preview value on hover

Extension Settings

variablesAutocomplete.include

A glob pattern to find files where extract variables

default: "**/*.globals.{ts,js,tsx,jsx}"

Tip: in order to keep the performance try to use a explicit pattern, otherwise we could retrieve so many files and having a bad performance

variablesAutocomplete.exclude

A glob pattern to ignore

variablesAutocomplete.autoCompleteOn

Languages to enable autocomplete. See https://code.visualstudio.com/Docs/extensionAPI/vscode-api#DocumentSelector

default: ["javascript", "typescript", "javascriptreact", "typescriptreact"]

Raising an issue

Please check the issues list to see if it has already been raised. If it has you can vote on it with a thumbsUp emoji. Issues with the most votes tend to be prioritised.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft