microsoft / microsoft/vscode-java-pack
For multimodule maven projects, code completion doesn't suggest new changes in other module in real time
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 352
- Forks
- 166
- Avg merge
- 17h 47m
- Merged PRs (30d)
- 32
Description
A sample multimodule project is https://github.com/microsoft/java-debug, one submodule plugin depends on another submodule core. When I changed the code in core, code completion in plugin doesn't prompt new changes in the dependent module core in real time. I have to run mvn package to build all projects to get it work. This is not convenient to develop multimodule projects.
Contributor guide
No contributing guide indexed for this repository
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
Reproduce the issue with microsoft/java-debug's plugin and core modules: change core and check completion in plugin before and after running mvn package. Trace the VS Code Java extension's multimodule Maven project handling, then verify completion reflects core changes without requiring a full package build.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, typescript
- Domain
- developer-experience, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100