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-
4444![ annotation.gif] ( assets%2Fannotation.gif )
4545
4646插件会扫描项目中所有Struct,建议设置扫描范围。
47-
4847![ setting.png] ( assets%2Fsetting.png )
4948
5049### 实时模版
51-
5250![ live-template.gif] ( assets%2Flive-template.gif )
5351
5452### 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-
4040
4141### Annotation
4242If the plugin is not compatible with your syntax, you can use the @Model or @Table helper.
43-
4443![ annotation.gif] ( assets%2Fannotation.gif )
4544
4645The plugin will scan the Structs in your project. It is recommended to set the scanning scope.
47-
4846![ setting.png] ( assets%2Fsetting.png )
4947
5048### Live Template
51-
5249![ live-template.gif] ( assets%2Flive-template.gif )
5350
5451### SQL to Struct
@@ -57,7 +54,6 @@ The plugin will scan the Structs in your project. It is recommended to set the s
5754
5855#### Menu Action
5956Selected SQL -> Editor Popup Menu -> Go ORM Helper Tool -> SQL Convert Struct
60-
6157![ manual-sql-to-struct.png] ( assets%2Fmanual-sql-to-struct.png )
6258
6359<!-- Plugin description end -->
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pluginGroup = com.github.maiqingqiang.goormhelper
44pluginName = Go ORM Helper
55pluginRepositoryUrl = https://github.com/maiqingqiang/go-orm-helper
66# SemVer format -> https://semver.org
7- pluginVersion = 1.2.1-SNAPSHOT-20230725
7+ pluginVersion = 1.2.1
88
99# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010pluginSinceBuild = 222
You can’t perform that action at this time.
0 commit comments