redhat-developer / redhat-developer/vscode-java

Expose the build command to more places

未关闭
#2,510 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 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:

  1. Expose build action to more places (for example, can be invoked in Java Project explorer)
  2. Allow to build some of the projects instead of the entire workspace
  3. Considering renaming it?? - Because in other IDEs they all call it build, here we call it compilation
  4. Ask VS Code to have a dedicate tool bar menu called build or sth...

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 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

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。