-
Notifications
You must be signed in to change notification settings - Fork 29.2k
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
Autocomplete in Visual Studio Code not working correctly (SASS,CSS,LESS) #25092
Comments
This looks like SASS, which we don't support out of the box (only SCSS). |
The proposals in the screenshot look correct. Note that in SCSS you can nest rules so you will also get selector proposals inside a rule. Please add a small code sample and list what you see and what you are expecting. |
Thanks @aeschli, |
@minipai How? |
in setting
|
When using VSC the autocomplete function does not seem to work correctly. I can use things like bgc for background-color: but when i want the options for a property it just gives a list with all the options. I have made two screenshots to show the behaviour. I use Sass Indented as a plugin.
Edit: Autocompletion does work with a normal css file.
The text was updated successfully, but these errors were encountered: