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

support to alias path when import #88

Open dengyakui opened 6 years ago

dengyakui commented 6 years ago

I have a config in webpack to resole @ => ${workspace}/src .
and I want to use syntax like below

  impot {} from '@/components'    

how should i config? my editor is vscode

antonbrams commented 2 years ago

yeah, me2 me2!

vincerubinetti commented 1 year ago

I find that this works sometimes and not other times, at random. Maybe there is some build-in auto-import in vscode now that is conflicting?