microsoft / microsoft/vscode-css-languageservice

[SCSS] [Question] Completion support for built-in SCSS/SASS modules

Open
#260 0 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
384
Forks
217
Avg merge
3d 16h
Merged PRs (30d)
14

Description

Hello!
I see that VS Code v1.41 added support for auto-completion of built-in SASS modules, such as 'sass.color', 'sass.math', etc. You can also find suggestions for these functions in the scssCompletion.ts.

Now this functionality for some reason does not want to work as it should. I checked both in the desktop version and in the new web version of VS Code, I also tried to install various extensions, for example, SCSS IntelliSense from mrmlnc, the auto-completion still did not work.

Maybe you can help me deal with this issue?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the missing completion behavior in VS Code desktop and web, including the built-in modules described in the issue. Read scssCompletion.ts around the linked suggestions and compare the expected behavior with the reported failure. Done means completion suggestions for built-in SASS modules such as sass.color and sass.math work as expected.

Written by the indexing model from the issue text.

Assessment

Tech stack
scss, typescript
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.