Skip to content

Commit

Permalink
Merge pull request #7 from openpilot-hub/fix/FormatIssue
Browse files Browse the repository at this point in the history
Fix release link and some other minor format issues.
  • Loading branch information
xiangtianyu authored Dec 1, 2023
2 parents 5fb2f5c + 4d0c32e commit f847e73
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -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以上

安装插件有两个渠道:

Expand Down

0 comments on commit f847e73

Please sign in to comment.