# show-comment **Repository Path**: LinWanCen/show-comment ## Basic Information - **Project Name**: show-comment - **Description**: IDEA插件:在文件树、行末、JSON、COBOL 显示注释 - **Primary Language**: Java - **License**: MPL-2.0 - **Default Branch**: main - **Homepage**: https://plugins.jetbrains.com/plugin/18553-show-comment - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 4 - **Created**: 2022-02-12 - **Last Updated**: 2024-08-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 智能注释插件 Show Comment Plugin IDEA [![Version](https://img.shields.io/jetbrains/plugin/v/io.github.linwancen.show-comment.svg)](https://plugins.jetbrains.com/plugin/18553-show-comment/versions) [![Downloads](https://img.shields.io/jetbrains/plugin/d/io.github.linwancen.show-comment.svg)](https://plugins.jetbrains.com/plugin/18553-show-comment) Thanks to JetBrains Licenses for Open Source. ## Notes 说明 Show doc comment in the Project view Tree, line End, json, other 在文件树、行末、JSON 等地方显示注释.

English Note

External Comment
Demo(GitHub)
My Project

中文说明

外部注释
示例(Gitee) :比如你要给 .go 的文件配置文件注释可以放在相同目录或父目录的 xxx.go.tree.tsv 中
我的项目

找个女朋友


支持


## Change Notes 更新说明

English Change Notes:

中文更新说明:

### Demo 示例 See in IDEA with this plugin | 安装插件后用 IDEA 查看 - [Java Doc Comment Demo | Java 文档注释](src/test/java/io/github/linwancen/plugin/show/demo/java/Call.java) - [JSON Doc Comment Demo | JSON 文档注释](src/test/java/io/github/linwancen/plugin/show/demo/json/base-Pojo.json) - [External Comment Demo For COBOL | 外部注释 Demo](src/test/java/io/github/linwancen/plugin/show/demo/ext/cobol/demo/BASE.cbl) - [COBOL Highlighting | COBOL 高亮配置](src/test/java/io/github/linwancen/plugin/show/demo/ext/cobol/cobol/COBOL_IDEA.md) #### Maven down source jar 自动下载带注释的源码 ```xml org.apache.maven.plugins maven-dependency-plugin 3.1.2 down_source_jar validate sources com.company.common.base, com.company.common.errcode ```