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.
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 {})
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{}
)