721 vscode点击函数跳转

1、安装Path Intellisense插件


2、在根目录下新建以下配置文件jsconfig.json:

{
    "compilerOptions": {
        "baseUrl": "./",
        "paths": {
            "@/*": [
                "src/*"
            ]
        }
    }
}

posted on 2022-06-11 11:25  冲啊!  阅读(1211)  评论(0编辑  收藏  举报

导航