From 4d0c32e52e8759da4b75cd59dd9d8951c893fc8b Mon Sep 17 00:00:00 2001 From: geeklog Date: Fri, 1 Dec 2023 17:17:21 +0800 Subject: [PATCH] Fix release link and some other minor format issues. --- README.md | 3 +-- README_ZH.md | 14 +++++++------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9f90a8b6..311a2258 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ There are three ways for installing plugins: - IDEA official marketplace - currently in the beta testing phase and not yet available on the market. It will be available on the market after the release of the official version. -- Installation via compressed package - select "install from disk" in the plugin page settings, and then import the zip package. The download link for the compressed package is available in [Release page](). +- Installation via compressed package - select "install from disk" in the plugin page settings, and then import the zip package. The download link for the compressed package is available in [Release page](https://github.com/openpilot-hub/devpilot-intellij/releases). ![img.png](doc/images/screenshot/cn/install_from_disk.png) - Build from scratch 1. Clone this repository to your local machine. @@ -125,7 +125,6 @@ The plugin supports the ability to review code. Users can right-click on the sel Afterward, the window will automatically open and return the relevant review results. Users can edit their code logic based on the results. - ![review code result](doc/images/screenshot/en/code_review_result.png) ### Performance Check diff --git a/README_ZH.md b/README_ZH.md index c255abff..57056f78 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -10,21 +10,21 @@ ## 卓越特性 -1. **智能代码建议:** 结束编程难点!DevPilot在您编辑时实时提供代码建议,理解您的上下文并给出精准的建议。 +1. **智能代码建议:** 结束编程难点! DevPilot 在你编辑时实时提供代码建议,理解您的上下文并给出精准的建议。 -2. **主动错误检测:** 避免错误!DevPilot在错误出现前发现潜在的bug和错误,提供明智的解决方案和替代方法来编写高效、无错误的代码。 +2. **主动错误检测:** 避免错误! DevPilot 在错误出现前发现潜在的bug和错误,提供明智的解决方案和替代方法来编写高效、无错误的代码。 -3. **代码重构:** 提升您的代码!DevPilot帮助优化代码,提供见解告诉您如何重构和提高代码的结构和性能。 +3. **代码重构:** 提升您的代码! DevPilot 帮助优化代码,提供见解告诉您如何重构和提高代码的结构和性能。 -4. **单元测试生成:** 测试变简单!DevPilot可以为您生成单元测试代码,确保您的代码不仅可以按预期工作,而且也准备好应对任何未来的更改。 +4. **单元测试生成:** 测试变简单! DevPilot 可以为您生成单元测试代码,确保您的代码不仅可以按预期工作,而且也准备好应对任何未来的更改。 -5. **代码解释:** 不仅编写代码,还要理解它!DevPilot可以解释不熟悉的代码段,帮助您更快地掌握发生的事情并学习。 +5. **代码解释:** 不仅编写代码,还要理解它! DevPilot 可以解释不熟悉的代码段,帮助您更快地掌握发生的事情并学习。 -6. **自动添加注释:** 保持代码清晰易读!DevPilot可以自动为您的代码添加注释,确保它易于理解和维护。 +6. **自动添加注释:** 保持代码清晰易读! DevPilot 可以自动为您的代码添加注释,确保它易于理解和维护。 ## 安装插件 -目前插件对于idea的版本有要求,最低版本要求为2021.2,建议版本为2022.1以上 +目前插件对于idea的版本有要求,最低版本要求为2021.2,建议版本为2022.1以上。 安装插件有两个渠道: