Skip to content

Commit 9353434

Browse files
committed
feat:add desc
1 parent 18f5fae commit 9353434

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

src/main/resources/META-INF/plugin.xml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,22 @@
44
<version>1.0</version>
55
<vendor email="stylishman525@qq.com" url="https://www.cnblogs.com/2YSP">ship</vendor>
66

7-
<description><![CDATA[help you code faster, like auto convert list to map etc.]]></description>
7+
<description><![CDATA[help you code faster, like auto convert list to map etc.
8+
<br><a href="https://github.com/2YSP/CodeFaster">Source code on Github</a><br>
9+
<ul>
10+
<li>支持根据List集合某个字段自动生成map(Support automatic generation of maps based on a field in the List collection)</li>
11+
<li>支持根据List集合某个字段自动分组聚合生成map(Support automatic grouping and map generation based on a field in the List collection)</li>
12+
<li>支持根据List集合某个字段自动生成新List集合(Support automatic generation of a new List collection based on a field in the List collection)</li>
13+
<li>支持判断当前List集合集合是否为空,如果为空则返回空List(Support checking whether the current List collection is empty, and if it is empty, return an empty List)</li>
14+
</ul>
15+
用法:<br>选中List集合,按[Generate..]的快捷键(windows:Alt + Insert,mac:Command + N)然后选择对应的命令
16+
,弹窗中输入要转换的属性,然后点击确定,即可生成代码。<br>
17+
Usage: <br>Select the List collection, press the shortcut key [Generate..] (windows: Alt+Insert, mac: Command+N)
18+
, and then select the corresponding command
19+
Enter the attribute to be converted in the pop-up window, and then click OK to generate the code.
20+
21+
]]>
22+
</description>
823

924
<!-- please see https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
1025
<idea-version since-build="173.0"/>

0 commit comments

Comments
 (0)