redhat-developer / redhat-developer/vscode-java
Feature suggestion: Add Javadoc for 'ClassName'
未关闭
还没有人认领这个 Issue。
code action
enhancement
- 主要语言
- TypeScript
- 星标
- 2.3k
- 派生
- 546
- 平均合并
- 20 小时 1 分钟
- 30 天内合并 PR
- 11
描述
Add Javadoc for 'Class'
Environment
- Operating System: Windows 10
- JDK version: 17.0.2
- Visual Studio Code version: 1.69.2
- Java extension version: v1.9.0
Steps To Reproduce
- Add a class
- cursor move to class name
- Hit
Ctrl+.(Show Code Actions) - I can't find a command called
Add Javadoc for 'ClassName'
Current Result
There is already a Add Javadoc for 'MethodName' command.

Expected Result
I expected there is a Add Javadoc for 'ClassName' command.
Additional Informations
N/A
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从复现步骤中描述的 VS Code Code Actions 入口开始,将其与现有的 Add Javadoc for 'MethodName' 命令进行比较。添加相应的类名操作,然后验证当光标位于类名上时该操作会出现,并产生预期的 Javadoc 行为。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java, typescript, vscode
- 领域
- developer-experience, tooling
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100