HTML-CSS-Class-Completion icon indicating copy to clipboard operation
HTML-CSS-Class-Completion copied to clipboard

Add Less support

Open dkoprowski opened this issue 6 years ago • 2 comments

I see that we have SASS support here. Unfortunately I've less files in my project. There is also webpack so no way to specify path to compiled files.

It would be complete solution if we have less support.

dkoprowski avatar Apr 26 '18 10:04 dkoprowski

Same here, forced to use less at work and this would be very nice to have.

Nadrajkowski avatar Jul 18 '18 07:07 Nadrajkowski

You can add other extensions by adding this to your VSCode settings: "html-css-class-completion.includeGlobPattern": "**/*.{css,html,less}",

muuvmuuv avatar Aug 08 '18 13:08 muuvmuuv