klesun / deep-js-completion

A Webstorm/IDEA plugin for js object property completion inferred from a complex context
MIT License
11 stars 0 forks source link

Stripped class names completion #15

Closed dogzy123 closed 3 years ago

dogzy123 commented 4 years ago

Dear @klesun,

Default JetBrains completion suggests only those classes, that were written with camel case (or replaces stripped class name with camel case, but only to suggest in completion (img.1 and 2) )

img1

img2

It really would be nice to have "stripped" class names completion from .css/.scss/.less files.

Hope you understand what I meant. Thanks! :D

klesun commented 3 years ago

Hi. Sorry, I'm most likely not doing this due to lack of time and not seeing much future for the plugin, as typescript is becoming a def-facto environment everywhere nowadays.