redhat-developer / redhat-developer/vscode-java
Support for updating hierarchical project structure from the parent pom project in project explorer
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.3k
- Forks
- 546
- Avg merge
- 20h 1m
- Merged PRs (30d)
- 11
Description
Today when updating the project, the UI only provide option for java projects. To update a project hierarchy the user needs to update each individual java project. Adding the support in UI to trigger this update from the parent pom project will be really nice feature to have in vscode similar to Eclipse.
Environment
- Operating System: All
- JDK version: Any
- Visual Studio Code version: 1.7.0.insider
- Java extension version: 1.10
Steps To Reproduce
- Open a maven project which contain a parent pom
- Right click on the parent pom project in the Java Projects view.
Current Result
No menu to update all projects
Expected Result
Menu item to update all projects
Additional Informations
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the missing update option from the parent pom project in the Java Projects view and trace the existing project update action for individual Java projects. Add a parent-project menu action that updates the full project hierarchy, then verify the expected menu and update behavior with a Maven project containing a parent pom.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, typescript
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100