2022-02-11 00:23:01 +08:00
|
|
|
|
# Show Comment Plugin
|
|
|
|
|
|
IDEA 智能注释插件
|
|
|
|
|
|
|
|
|
|
|
|
English Note:
|
|
|
|
|
|
- Show javadoc comments in the Project view Tree structure.
|
2022-02-13 02:40:11 +08:00
|
|
|
|
- Show javadoc comments for calling methods at the end of the line.
|
|
|
|
|
|
- One of the above features
|
|
|
|
|
|
can be turned off in the settings -> Tools -> Show Comment Global.
|
|
|
|
|
|
- The color of end-of-line comments
|
|
|
|
|
|
can be modified in the settings -> Tools -> Show Comment Global.
|
|
|
|
|
|
- End-of-line comment class prefix filter
|
|
|
|
|
|
can be modified in settings -> Tools -> Show Comment Project.
|
2022-02-11 00:23:01 +08:00
|
|
|
|
|
|
|
|
|
|
Chinese Note:
|
2022-02-13 02:40:11 +08:00
|
|
|
|
- 在结构树显示 当前节点 的文档注释。
|
|
|
|
|
|
- 在行末尾显示 调用方法 的文档注释。
|
|
|
|
|
|
- 可以在设置中 关闭 上面其中一个功能。
|
|
|
|
|
|
- 可以在设置中 修改 行末注释的颜色。
|
|
|
|
|
|
- 可以在设置中 修改 行末注释类前缀过滤。
|
|
|
|
|
|
|
|
|
|
|
|
Change Log:
|
|
|
|
|
|
- 1.1 Add end-of-line text color settings | 添加行末文本颜色配置
|
2022-02-26 03:10:43 +08:00
|
|
|
|
- 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 | 从右往左查找行末注释对象
|
2022-03-01 00:47:19 +08:00
|
|
|
|
- 1.5 Support find next loop when not comment | 支持没有注释时循环查找下一个对象
|
|
|
|
|
|
- 1.6 Add end-of-line comment independent switch for call,new,ref | 增加行末调用,new,引用注释独立开关
|