-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
[scss] provide proposals for at-keywords #41929
Comments
Please let me add some explainations here:
|
Hi, at first thank for your reply. I will migrate this cool plugin from Sublime Text to VSC https://packagecontrol.io/packages/SCSS%20Snippets%20Complete#selector Will be anyone interested in it? Code assist for the built-in SCSS functions are available when completing a value: |
@aeschli can you explain me last thing = differefent behavior SASS against SCSS? SASS: see https://goo.gl/SngxCN (suggestion for map functions) Why so different behavior? |
Hi,
Im trying migrate from Sublime Text to VSCode.
Intelisense is really bad in SCSS language against SASS, why, its a same language (mix CSS & SASS).
For example:
in SASS a wrote if and i see hint "@if statement", in SCSS not. ( directives, loops, functions, nothing works). In SASS yep.
Native functions like (abs / ceil / nth / append ... etc, ) not works too.
Screenshot: SASS https://goo.gl/Y7dXPi ; https://goo.gl/okxSoF
Screenshot: SCSS https://goo.gl/KNn3hq ; https://goo.gl/ZriZaF
Is possible to solve it with some workaround or some settings? Its very important for me (Im SCSS coder).
Thx for ur answer.
The text was updated successfully, but these errors were encountered: