Auto-Import
Auto-Import copied to clipboard
support to alias path when import
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?