Is there any plug-in in vscode that can prompt for the path of the custom path alias, when import?

is configured in webpack as follows:
resolve: {

extensions: [".js", ".vue", ".json"],
alias: {
  "vue$": "vue/dist/vue.esm.js",
  "@": resolve("src"),
}

},
where @ points to the src directory, and
when importing components elsewhere, can any relevant plug-ins recognize the list of files in the path when typing import {} from"@ / xxx"?

Mar.17,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3a288-2c1e9.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3a288-2c1e9.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?