Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SASS (not SCSS) Emmet completions doesn't appear or expand in VS Code or NVim #399

Closed
braindefender opened this issue Jul 31, 2020 · 3 comments
Labels
bug Something isn't working Fixed Fixed in master branch. Pending production release.

Comments

@braindefender
Copy link

Describe the bug
Emmet completions doesn't appear or expand (via Tab or Expand Abbreviation command) in both VS Code and NVim.
Only syntax highlighting works.

Emmet abbreviations work in CSS, SCSS (lang="scss") and PostCSS (lang="postcss") but do not work with sass.

To Reproduce
Make <style lang="sass"></style> scope.
Type any abbreviation (i.e. fz14 or df) and press Tab in VS Code.
Abbreviation doesn't expand and Ctrl+Space (show suggestions) also doesn't work.

System

  • OS: Windows
  • IDE: VSCode, NVim
  • Plugin/Package: Svelte for VSCode, leafOfTree/vim-svelte-plugin
@braindefender braindefender added the bug Something isn't working label Jul 31, 2020
@dummdidumm
Copy link
Member

We use the vscode-html-language-service for the CSS intellisense, and that service does not support SASS unfortunately.

@braindefender
Copy link
Author

We use the vscode-html-language-service for the CSS intellisense, and that service does not support SASS unfortunately.

Any possibility to use something (as fallback, maybe) that Vetur use?

dummdidumm pushed a commit to dummdidumm/language-tools that referenced this issue Aug 3, 2020
@dummdidumm
Copy link
Member

While the language service does not support sass, luckily the emmet helper does, so emmet completions can be added.

@dummdidumm dummdidumm added the Fixed Fixed in master branch. Pending production release. label Aug 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Fixed Fixed in master branch. Pending production release.
Projects
None yet
Development

No branches or pull requests

2 participants