Skip to content

[scss] Sass modules intellisense when using @use at-rules. #164744

Open
@max-g

Description

@max-g

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.72.2
  • OS Version: MacOS 12.6

Steps to Reproduce:

  1. Create an empty folder
  2. Run npm init inside
  3. Install sass npm install sass
  4. Create a main.scss file
  5. Try to use a Sass built-in module like @use 'sass:math'

I get no intelliSense to autocomplete the built-in sass modules when typing @use 'sas...' and i get no intellisense from math.

I've tried on a fresh insider build with no extensions and no user settings.

From what i could find, it should be supported currently

Metadata

Metadata

Assignees

Labels

css-less-scssIssues and items concerning CSS,Less,SCSS stylingfeature-requestRequest for new features or functionality

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions