redhat-developer / redhat-developer/vscode-java
Expose the build command to more places
未关闭
还没有人认领这个 Issue。
enhancement
ux
- 主要语言
- TypeScript
- 星标
- 2.3k
- 派生
- 547
- 平均合并
- 20 小时 1 分钟
- 30 天内合并 PR
- 11
描述
Below are some feedbacks from user surveys:
- there no build and run feature in a click like netbeans.
- Add a command to rebuild the project the current active file is part of.
- "I really like editing in VS Code but find it not as powerful as tools like Eclipse for build and debug. "
- The burden I got is there was not shortcut for compile java code, it would be awesome if we had it."
- For a maven project I find I have to routinely run "mvn clean compile" after making code changes before it will build.
Actually, we have build action which is called Force Java Compilation, it looks like we need to do some enhancement to expose it to more places. Some ideas:
- Expose build action to more places (for example, can be invoked in Java Project explorer)
- Allow to build some of the projects instead of the entire workspace
- Considering renaming it?? - Because in other IDEs they all call it
build, here we call itcompilation - Ask VS Code to have a dedicate tool bar menu called
buildor sth...
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先定位现有的 Force Java Compilation 操作,并了解命令如何在 Java Project explorer 和 VS Code UI 中提供。与维护者确定预期范围,然后在构建操作可在约定的位置使用,并且能够针对约定的项目范围时,视为工作完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java, typescript, vscode
- 领域
- build-system, developer-experience, tooling
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100