Name | Date | Size | ||
---|---|---|---|---|
.. | 25-Oct-2024 | 4 KiB | ||
docs/ | H | 25-Oct-2024 | 4 KiB | |
README_zh.md | H A D | 25-Oct-2024 | 1.8 KiB | |
resources/ | H | 25-Oct-2024 | 4 KiB | |
src/com/kh/tools/ | H | 25-Oct-2024 | 4 KiB |
README_zh.md
1# ASSIST工具IntelliJ插件说明 2 3## 简介 4 5ASSIST统一入口工具,可以将各北向工具统一起来,用户只需下载统一入口工具,在统一入口工具中按需下载北向工具,实现对工具链的使用。目前工具支持IntelliJ插件一种入口,本文主要介绍IntelliJ插件使用说明。 6 7## 目录 8 9 10``` 11├── napi_generator/src/intellij_plugin/assist 12│ ├── assist_tools_IntelliJ_plugin 13│ │ ├── docs 14│ │ ├── resources # IntelliJ插件所需资源文件 15│ │ ├── src # IntelliJ插件源码 16│ │ └── README_zh 17``` 18 19## 约束 20 21系统:建议Windows 10 22 23依赖版本:JDK 11 24 25开发工具:DevEco stdio、IDEA Community 2021.3.3 26 27## 使用方法 28 29### 工具使用 30 31插件下载路径如下,点击download下载。 32 33[下载链接](https://plugins.jetbrains.com/plugin/21430-assist-tools/edit/versions) 34 35具体的工具使用步骤,可以左键单击以下链接了解: 36 37[工具使用说明](https://gitee.com/openharmony/napi_generator/tree/master/src/intellij_plugin/assist/assist_tools_IntelliJ_plugin/docs/usage/INSTRUCTION_ZH.md) 38 39## 开发说明 40 41### 对象 42 43工具的开发者 44 45### 开发场景 46 47若当前工具的功能已经不能满足开发者的全部需求,则开发者可以基于已有的源码对工具进行二次开发,来增强工具的能力,编译打包生成自定义的可执行文件和插件。 48 49### 开发步骤 50 51开发者可以根据如下的步骤来完成对工具IntelliJ插件的开发: 52 53 [工具开发说明](https://gitee.com/openharmony/napi_generator/tree/master/src/intellij_plugin/assist/assist_tools_IntelliJ_plugin/docs/guide/DEVELOP_ZH.md) 54 55 56## 相关仓 57 58暂无