Search code examples
sasslessintellisensevscode-extensions

SCSS Intellisense doesn't show up variables from imported scss files


I installed SCSS IntelliSense extenstion in VS Code but it doesnt suggest any of available variables from other .scss files

It look like this:

problem itself

One of my .scss files which i imported: global variables

What i've already tried to do:

  1. reinstalled SCSS IntelliSense extenstion;
  2. checked extenstion settings, rule "Suggest variables" is ON;
  3. disable and enable back all extenstions which may cause this problem (prettier, eslint, stylelint etc...);

How do i fix it?


Solution

  • Fixed it by installing CSS Variable Autocomplete extenstion