-
Notifications
You must be signed in to change notification settings - Fork 62
vscode
Chaos edited this page Jul 24, 2020
·
2 revisions
- 安装vscode插件
Path Intellisense
,要安装1.4.2
版本的,新版本有bug - vscode左上角的[文件] -> [首选项] -> [设置] -> 输入
Path Intellisense
-> [在setting.json中编辑] - 添加一个配置项
"path-intellisense.mappings": {
"@": "${workspaceRoot}/src",
"assets": "${workspaceRoot}/assets"
}
Auto.pro用户可以直接搜索并安装Auto.js-Pro-Ext
插件,无需任何配置
Auto.js用户推荐安装Auto.js-VSCodeExt-Fixed
,该版本完善了文件扫描。
QQ交流群:1019208967 (^_^)