欢迎来到 DevPilot intellij 插件仓库。我们很高兴在这里见到你!
我们欢迎所有人为这个仓库做出贡献。
本项目编译或者运行测试需要 Java 11 或者更高版本。
- 将项目克隆到本地。
git clone https://github.com/openpilot-hub/devpilot-intellij.git
- 运行如下指令构建项目。
./gradlew runIde
- 如果你使用的是 windows,运行如下指令构建项目。
gradlew.bat runIde
- 克隆前端webview项目
https://github.com/openpilot-hub/devpilot-h5
- 执行
pnpm install
和pnpm run build
- 执行
cp dist/ext.html ../devpilot-intellij/src/main/resources/webview/index.html
在提交commit之前,请运行如下指令检查是否有错误。
./gradlew check