Files
show-comment/README.md

45 lines
1.6 KiB
Markdown
Raw Normal View History

2022-02-11 00:23:01 +08:00
# Show Comment Plugin
IDEA 智能注释插件
https://plugins.jetbrains.com/plugin/18553-show-comment
English Notes:
2022-03-07 23:58:57 +08:00
<ul>
<li>Show javadoc comments at the Project view Tree structure.
<li>Show javadoc comments at the end-of-line.
<li>Show javadoc comments at "xx ClassNameOrSimpleName.json".
<li>Config: settings -> Tools -> Show Comment Global/Project
2022-03-07 23:58:57 +08:00
</ul>
Chinese Notes:
2022-03-07 23:58:57 +08:00
<ul>
<li>在结构树显示 文档注释。
<li>在行末尾显示 文档注释。
<li>支持 "xx 类全名或简名.json"。
<li>修改配置:设置 -> 工具 -> Show Comment Global/Project
2022-03-07 23:58:57 +08:00
</ul>
English Change Notes:
<ul>
<li>1.9 Add project-view-tree-comment for "xx ClassNameOrSimpleName.json" and SPI file
2022-03-07 23:58:57 +08:00
<li>1.8 Add line-end-comment for "xx ClassNameOrSimpleName.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.9 增加 "xx 类全名或简名.json" 和 SPI 项目导航栏注释
2022-03-07 23:58:57 +08:00
<li>1.8 增加 "xx 类全名或简名.json" 行末注释
<li>1.7 增加 行末注释前缀和对象数设置
<li>1.6 增加 行末调用new引用注释独立开关
<li>1.5 增加 没有注释时循环查找下一个对象
<li>1.4 增加 从右往左查找行末注释对象
<li>1.3 增加 项目导航栏注释
<li>1.2 增加 行末注释类前缀配置
<li>1.1 增加 行末文本颜色配置
</ul>