zed-extensions / svelte

Svelte support
Apache License 2.0
17 stars 1 forks source link

Auto Import Duplicates #9

Open lnbc1QWFyb24 opened 3 weeks ago

lnbc1QWFyb24 commented 3 weeks ago

The auto complete for importing anything will duplicate the import 2-3 times but only in Svelte files.

Screenshot 2024-11-05 at 6 45 09 AM Screenshot 2024-11-05 at 6 45 26 AM

So if I start typing, the suggestion for a type pops up and if I hit tab it completes and auto imports, the issue is that it imports it 2-3 times.

lnbc1QWFyb24 commented 3 weeks ago

Note at some point it worked perfectly and then on an update it started doing this.