File tree Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,9 @@ https://www.jetbrains.com/help/go/auto-completing-code.html#code-completion-for-
44
44
![ annotation.gif] ( assets%2Fannotation.gif )
45
45
46
46
插件会扫描项目中所有Struct,建议设置扫描范围。
47
-
48
47
![ setting.png] ( assets%2Fsetting.png )
49
48
50
49
### 实时模版
51
-
52
50
![ live-template.gif] ( assets%2Flive-template.gif )
53
51
54
52
### SQL 转 Struct
Original file line number Diff line number Diff line change @@ -40,15 +40,12 @@ https://www.jetbrains.com/help/go/auto-completing-code.html#code-completion-for-
40
40
41
41
### Annotation
42
42
If the plugin is not compatible with your syntax, you can use the @Model or @Table helper.
43
-
44
43
![ annotation.gif] ( assets%2Fannotation.gif )
45
44
46
45
The plugin will scan the Structs in your project. It is recommended to set the scanning scope.
47
-
48
46
![ setting.png] ( assets%2Fsetting.png )
49
47
50
48
### Live Template
51
-
52
49
![ live-template.gif] ( assets%2Flive-template.gif )
53
50
54
51
### SQL to Struct
@@ -57,7 +54,6 @@ The plugin will scan the Structs in your project. It is recommended to set the s
57
54
58
55
#### Menu Action
59
56
Selected SQL -> Editor Popup Menu -> Go ORM Helper Tool -> SQL Convert Struct
60
-
61
57
![ manual-sql-to-struct.png] ( assets%2Fmanual-sql-to-struct.png )
62
58
63
59
<!-- Plugin description end -->
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pluginGroup = com.github.maiqingqiang.goormhelper
4
4
pluginName = Go ORM Helper
5
5
pluginRepositoryUrl = https://github.com/maiqingqiang/go-orm-helper
6
6
# SemVer format -> https://semver.org
7
- pluginVersion = 1.2.1-SNAPSHOT-20230725
7
+ pluginVersion = 1.2.1
8
8
9
9
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10
10
pluginSinceBuild = 222
You can’t perform that action at this time.
0 commit comments