microsoft / microsoft/vscode-java-dependency
When createing a new file, folder, class, no option to specify location
还没有人认领这个 Issue。
- 主要语言
- TypeScript
- 星标
- 199
- 派生
- 105
- 平均合并
- 1 天 22 小时
- 30 天内合并 PR
- 27
描述
Type: Feature Request
When I create a new file, folder or class and so no. I would like to be given a prompt to select an existing location like a folder, package to create in, as well as given an option to type a new name to have a folder, package created for me.
Extension version: 0.21.1
VS Code version: Code - Insiders 1.75.0-insider (11238faea62d570d77afe6edfe05c8b732c44a2b, 2022-12-13T05:22:26.937Z)
OS version: Linux x64 6.1.2-1-default
Modes:
Sandboxed: Yes
Steps:
CTRL+SHIFT + P
Java: New Java Class (many other options)
Given a prompt to enter class name, then it just get created somewhere.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从“Java: New Java Class”命令以及 issue 中提到的其他创建命令开始。跟踪 prompt 当前如何选择目标,然后确定应如何选择现有文件夹或 package,以及新输入的位置。完成标准是:用户可以在创建项目之前选择现有位置,或创建新的文件夹或 package。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java, typescript, vscode
- 领域
- developer-experience, tooling
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100