vscode
import 点击ctrl + 右键 进入当前文件
项目根目录: jsconfig.json
import importTable from "./importTable";//.vue点击不进去,.js可以点击进去,需要带上./importTable.vue
{
"compilerOptions": {
"target": "es6",
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"],
"include": ["src/**/*"]
}
点击enter键确认单词提示的问题
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": "off",
"editor.suggest.snippetsPreventQuickSuggestions": false,
浙公网安备 33010602011771号