since migration from less to css, visual studio code is giving me a hard time.
When editing *.less files, autocomplete work wonderfully and shows information like that:
However, when I do the same thing in a *.css file, things look like that:
This neither shows the MDN reference, nor does it list the available auto suggest options. I have looked through my extension several times, however there is nothing less specific installed.
Why do I see such different behaviour when editing less and css files? And most importantly, how do I enable the MDN reference and autocomplete for css files?
EDIT
Just found out, that the reason for this behaviour is the usage of post css. Visual Code uses file type post css for css files. When the file type is changed to css, the behaviour is identical to less files. Is there a way to enable the css IntelliSense features for post css file type?
@values
used. I'll accept this answer, because I don't think there currently is no easy way to get support for all the things I would like to see. Will look into custom format, maybe there is a way to get that working. – Vallejo