721 vscode点击函数跳转
1、安装Path Intellisense插件
2、在根目录下新建以下配置文件jsconfig.json:
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": [
"src/*"
]
}
}
}
1、安装Path Intellisense插件
2、在根目录下新建以下配置文件jsconfig.json:
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": [
"src/*"
]
}
}
}