23 lines
978 B
Markdown
23 lines
978 B
Markdown
# Show Comment Plugin
|
|
IDEA 智能注释插件
|
|
|
|
English Note:
|
|
- 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
|
|
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.
|
|
|
|
Chinese Note:
|
|
- 在结构树显示 当前节点 的文档注释。
|
|
- 在行末尾显示 调用方法 的文档注释。
|
|
- 可以在设置中 关闭 上面其中一个功能。
|
|
- 可以在设置中 修改 行末注释的颜色。
|
|
- 可以在设置中 修改 行末注释类前缀过滤。
|
|
|
|
Change Log:
|
|
- 1.1 Add end-of-line text color settings | 添加行末文本颜色配置
|
|
- 1.2 Add end-of-line comment class prefix filter settings | 添加行末注释类前缀过滤配置 |