随笔分类 - Tools
摘要:参考 How to see JavaDoc in IntelliJ IDEA?
阅读全文
摘要:在gradle中,如果多个子项目使用目录进行分组,可以使用如下方法 // include two projects, 'foo' and 'foo:bar' // directories are inferred by replacing ':' with '/' include 'foo:bar'
阅读全文
摘要:VSCode配置Import@路径 1. 安装Path Intellisense插件 2. 设置插件 3. 项目目录增加jsconfig.json 最后,如果不希望提交到代码仓库,可以使用.gitignore忽略掉 4. webstorm的设置方法 node_modules/@vue/cli ser
阅读全文