Is there a way to make autocomplete work for scss in the same way it works for css?
For example I type backg
and then tab
and it gives me background:;
but not in scss files...
I have installed all packages to support scss... but there is only syntax highlighting that is working.