soates / Auto-Import

vscode extension that will automatically finds, parses and provides code actions for all available imports. Only currently works with files in your folder and TypeScript.
MIT License
164 stars 62 forks source link

members called from are removed #109

Open angelfraga opened 4 years ago

angelfraga commented 4 years ago

First of all thanks for this extension.

I ve noticed some members from the import section are removed if one of them is named as "from". Here one example which is affecting rxjs library.

image

image