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

Prevent inserting import line within brackets #79

Open libasoles opened 6 years ago

libasoles commented 6 years ago

I have some variables called like import_expenditure. And the plugin gets confused and inserts the new imports there instead of in the top of the file. So, a quick solution would be preventing the plugin to insert code within brackets (I'm referring to these {})