io.github.linwancen.show-comment
Show Comment
林万程
English Notes:
- Show javadoc comments at the Project view Tree structure
- Show javadoc comments at the end-of-line
- Show javadoc comments at "xx ClassNameOrSimpleName.json" and jump to field
- Config: settings -> Tools -> // Show Comment Global/Project
External Comment:
- Reload: Tools -> 🔄 // Reload External Comment
- path/[any][filename.]ext.tree.tsv // file and folder tree comment 📝 📁
- path/[any][filename.]ext.key.tsv // line keywords to split and comment
- path/[any][filename.]ext.doc.tsv // line words comment
- In path, "doc" can replace any, and can use % like in SQL
- The lines in key.tsv will be concatenated with `|` to regexp; longer str should in front; startWith `?` to exclude
- Chang tsv file in find pop window would not reload!
- The tsv conf file must could be search in "Go to File"(Ctrl + Shift + N)
中文说明:
- 在结构树显示 文档注释
- 在行末尾显示 文档注释
- 支持 "xx 类全名或简名.json" 文档注释与跳转到字段
- 修改配置:设置 -> 工具 -> // Show Comment Global/Project
外部注释:
- 重新加载:工具 -> "🔄 // Reload External Comment"
- path/[any][filename.]ext.tree.tsv // 文件(夹)注释 📝 📁
- path/[any][filename.]ext.key.tsv // 切割关键字与注释
- path/[any][filename.]ext.doc.tsv // 词注释
- key.tsv 的每一行将会用`|`连接起来形成正则表达式,较长的关键字应该放在前面,用 `?` 开头排除
- doc 文件夹可以替换任何一层文件夹,可以像 SQL 那样用 % 模糊匹配
- 在搜索弹出窗中修改 tsv 文件将不会被重加载
- tsv 配置文件必须能被搜索(Ctrl + Shift + N)
]]>
com.intellij.modules.platform
com.intellij.modules.java