1.8 Add line-end-comment for json | 增加从同后缀的类中读取 json 行末注释

This commit is contained in:
林万程
2022-03-06 14:17:13 +08:00
parent 7843ab2421
commit 6882ac7f7b
22 changed files with 371 additions and 137 deletions

View File

@@ -1,7 +1,7 @@
# Show Comment Plugin
IDEA 智能注释插件
English Note:
English Notes:
- Show javadoc comments in the Project view Tree structure.
- Show javadoc comments for calling methods at the end of the line.
- One of the above features
@@ -11,17 +11,33 @@ English Note:
- End-of-line comment class prefix filter
can be modified in settings -> Tools -> Show Comment Project.
Chinese Note:
Chinese Notes:
- 在结构树显示 当前节点 的文档注释。
- 在行末尾显示 调用方法 的文档注释。
- 可以在设置中 关闭 上面其中一个功能。
- 可以在设置中 修改 行末注释的颜色。
- 可以在设置中 修改 行末注释类前缀过滤。
Change Log:
- 1.1 Add end-of-line text color settings | 添加行末文本颜色配置
- 1.2 Add end-of-line comment class prefix filter settings | 添加行末注释类前缀过滤配置
- 1.3 support class in tree, constructor and field type in line end | 支持 class 树节点、构造方法和字段的行末注释
- 1.4 Find element right to left for end-of-line comment | 从右往左查找行末注释对象
- 1.5 Support find next loop when not comment | 支持没有注释时循环查找下一个对象
- 1.6 Add end-of-line comment independent switch for call,new,ref | 增加行末调用new引用注释独立开关
English Change Notes:
<ul>
<li>1.8 Add line-end-comment for json
<li>1.7 Add line-end-comment setting for prefix and count
<li>1.6 Add line-end-comment independent switch for call, new, ref
<li>1.5 Add line-end-comment find next loop when none
<li>1.4 Add line-end-comment find element right to left
<li>1.3 Add project-view-tree-comment
<li>1.2 Add line-end-comment settings fro class prefix filter
<li>1.1 Add line-end-comment settings for text color
</ul>
Chinese Change Notes:
<ul>
<li>1.8 增加 从同后缀的类中读取 json 行末注释
<li>1.7 增加 行末注释前缀和对象数设置
<li>1.6 增加 行末调用new引用注释独立开关
<li>1.5 增加 没有注释时循环查找下一个对象
<li>1.4 增加 从右往左查找行末注释对象
<li>1.3 增加 项目导航栏注释
<li>1.2 增加 行末注释类前缀配置
<li>1.1 增加 行末文本颜色配置
</ul>