microsoft / microsoft/vscode-css-languageservice
[SCSS] [Question] Completion support for built-in SCSS/SASS modules
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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