runem / lit-analyzer

Monorepository for tools that analyze lit-html templates
MIT License
318 stars 36 forks source link

autocompletion not complete #237

Open vdegenne opened 2 years ago

vdegenne commented 2 years ago

This is not a bug report, I know it is the expected outcome

If I start to type a tag property the plugin suggestions show me to select one, using my keyboard I select the property I want to autocomplete but then I have to type ="" manually every single time. And anyone who codes a lot know that the pinkie fingers hate these remote places over time. Same remark for the ; (Enter) in the css literals for every CSS properties I write.

Am I missing something? Is there an autocomplete feature I can enable somewhere in the extension options? If not, is there another extension you happen to know about that you could recommend me to install to have more ease to code in the lit framework space?

I would highly appreciate for being an honest user of your framework/tools since the beginning of its development.

Thanks.