Skip to content

Commit 538e09b

Browse files
committed
update readme
1 parent c8bc5c4 commit 538e09b

File tree

2 files changed

+32
-10
lines changed

2 files changed

+32
-10
lines changed

README-zh_CN.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@
33
# GoFrame IDEA
44

55
<div align=center>
6-
<img src="https://github.com/oldme-git/GoFrame-Idea/assets/45782393/0cd8f123-db39-4d1b-a8e7-9e76fc953896" width="300"/>
6+
<img src="https://github.com/oldme-git/GoFrame-Idea/assets/45782393/00f725c2-6a16-4aae-a77e-2209ace5de75" width="300"/>
77
</div>
88

99
<!-- Plugin description -->
10+
1011
GoFrame IDEA 是一款适用于 [GoFrame](https://github.com/gogf/gf) 框架的 `Goland/Ultimate Edition` 插件。它为 [GoFrame](https://github.com/gogf/gf) 提供代码完成提示,代码模板,File watch 等功能。
11-
<!-- Plugin description end -->
1212

1313
# 特性
14-
1514
- Api, Controller, Service 实时模板
1615
- OpenApi tag 代码提示
1716
- gcfg 配置组件代码提示(当前仅支持yaml)
@@ -23,13 +22,18 @@ GoFrame IDEA 是一款适用于 [GoFrame](https://github.com/gogf/gf) 框架的
2322
GoFrame version >= 2.2.0
2423
```
2524

26-
# 使用
25+
<!-- Plugin description end -->
2726

27+
# 使用
2828
## 代码完成
29+
![api](https://github.com/oldme-git/GoFrame-Idea/assets/45782393/6be4d572-9b46-4012-bcfb-e2567529dd2a)
30+
![cfg](https://github.com/oldme-git/GoFrame-Idea/assets/45782393/f8299dba-6fa8-4610-9090-f95d8fccc1f9)
2931

3032
## 实时模板
33+
![live](https://github.com/oldme-git/GoFrame-Idea/assets/45782393/ac785bab-63dd-436a-9e1a-31a7ce34f2ff)
3134

3235
## 工具窗口
36+
![tool](https://github.com/oldme-git/GoFrame-Idea/assets/45782393/84b2511b-cc58-44b5-9e47-045262387569)
3337

3438
# 安装
3539
> 兼容范围:
@@ -40,3 +44,8 @@ GoFrame version >= 2.2.0
4044
`setting->plugin->marketplace` 中搜索 `GoFrame IDEA`
4145

4246
## 通过 Jetbrains Marketplace 安装
47+
<a href="#"><img src="https://github.com/oldme-git/GoFrame-Idea/assets/45782393/7523fe23-e482-4e7c-be11-c2020da8cee6" alt="JetBrains" width="300"/></a>
48+
49+
# Thanks
50+
<a href="https://www.jetbrains.com/?from=GoFrame-IDEA"><img src="https://github.com/oldme-git/GoFrame-Idea/assets/45782393/d4ffc9ea-7179-4e9e-af76-d8de04a5449f" height="120" alt="JetBrains"/></a>
51+
<a href="https://goframe.org/?from=GoFrame-IDEA"><img src="https://github.com/oldme-git/GoFrame-Idea/assets/45782393/d02011ec-18f9-4f8a-9e85-57be3b72339b" height="120" alt="GoFrame"/></a>

README.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@ English | [简体中文](./README-zh_CN.md)
33
# GoFrame IDEA
44

55
<div align=center>
6-
<img src="https://github.com/oldme-git/GoFrame-Idea/assets/45782393/0cd8f123-db39-4d1b-a8e7-9e76fc953896" width="300"/>
6+
<img src="https://github.com/oldme-git/GoFrame-Idea/assets/45782393/00f725c2-6a16-4aae-a77e-2209ace5de75" width="300"/>
77
</div>
88

99
<!-- Plugin description -->
10+
1011
GoFrame IDEA is a `Goland/Ultimate Edition` plugin for [GoFrame](https://github.com/gogf/gf). It provides Code completion, Live templates,File watch and so on features for [GoFrame](https://github.com/gogf/gf)
11-
<!-- Plugin description end -->
1212

1313
# Features
14-
1514
- Api, Controller, Service live templates
1615
- OpenApi tag code completion
1716
- gcfg config module code completion(Currently only yaml is supported)
@@ -23,17 +22,31 @@ GoFrame IDEA is a `Goland/Ultimate Edition` plugin for [GoFrame](https://github.
2322
GoFrame version >= 2.2.0
2423
```
2524

26-
# Usage
25+
<!-- Plugin description end -->
2726

27+
# Usage
2828
## code completion
29+
![api](https://github.com/oldme-git/GoFrame-Idea/assets/45782393/6be4d572-9b46-4012-bcfb-e2567529dd2a)
30+
![cfg](https://github.com/oldme-git/GoFrame-Idea/assets/45782393/f8299dba-6fa8-4610-9090-f95d8fccc1f9)
2931

3032
## live templates
33+
![live](https://github.com/oldme-git/GoFrame-Idea/assets/45782393/ac785bab-63dd-436a-9e1a-31a7ce34f2ff)
3134

3235
## window tool
36+
![tool](https://github.com/oldme-git/GoFrame-Idea/assets/45782393/84b2511b-cc58-44b5-9e47-045262387569)
37+
3338

3439
# Installation
35-
Search `GoFrame IDEA` in `setting->plugin->marketplace`
40+
> Compatibility:
41+
> - IntelliJ IDEA Ultimate — 2022.2+
42+
> - GoLand — 2022.2+
3643
3744
## Direct
45+
In `setting->plugin->marketplace` search `GoFrame IDEA`
46+
47+
## Jetbrains Marketplace
48+
<a href="#"><img src="https://github.com/oldme-git/GoFrame-Idea/assets/45782393/7523fe23-e482-4e7c-be11-c2020da8cee6" alt="JetBrains" width="300"/></a>
3849

39-
## Jetbrains Marketplace
50+
# Thanks
51+
<a href="https://www.jetbrains.com/?from=GoFrame-IDEA"><img src="https://github.com/oldme-git/GoFrame-Idea/assets/45782393/d4ffc9ea-7179-4e9e-af76-d8de04a5449f" height="120" alt="JetBrains"/></a>
52+
<a href="https://goframe.org/?from=GoFrame-IDEA"><img src="https://github.com/oldme-git/GoFrame-Idea/assets/45782393/d02011ec-18f9-4f8a-9e85-57be3b72339b" height="120" alt="GoFrame"/></a>

0 commit comments

Comments
 (0)