Skip to content

Commit 287d6cd

Browse files
committed
为了能够通过jetbrains的插件审核,修改插件描述为英文
1 parent 8debd9f commit 287d6cd

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

resources/META-INF/plugin.xml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,23 @@
55
<idea-plugin>
66
<id>com.wuhao.code.check</id>
77
<name>Aegis Code Check Plugin</name>
8-
<version>1.3.0</version>
8+
<version>1.3.0.001</version>
99
<vendor email="wuhao@aegis-data.cn"/>
1010

1111
<description><![CDATA[
12-
擎盾代码检查插件.<br>
12+
This plugin is write for check specific code style for our company.
13+
and it supports both java and kotlin.<br>
14+
Otherwise, it provided some additional features, such as:
15+
<ul>
16+
<li>rearrange tag attributes for .vue files when reformatting</li>
17+
<li>add gutters for mybatis mapper interfaces and mapping xml files,
18+
you can jump from the interface methods to the mapping file tag or the opposite,
19+
</li>
20+
<li>
21+
add code completion when inject property for spring boot applications use the annotation @Value
22+
</li>
23+
<ul>
1324
]]></description>
14-
1525
<change-notes><![CDATA[
1626
<br>
1727
]]>

0 commit comments

Comments
 (0)