soates/Auto-Import

support to alias path when import

dengyakui opened this issue · 2 comments

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

yeah, me2 me2!

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?