redhat-developer / redhat-developer/vscode-java
Expect that intellisense can work in java file which is in root folder of multi-modules project
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.3k
- Forks
- 546
- Avg merge
- 20h 1m
- Merged PRs (30d)
- 11
Description
Environment
- Operating System: Mac
- JDK version: 17
- Visual Studio Code version: 1.88.1
- Java extension version: 1.30.0
Steps To Reproduce
- Open https://github.com/redhat-developer/vscode-java/tree/master/test/resources/projects/maven/multimodule
- Create a new java file in root folder
Current Result
Currently intellisense (such as class, main) doesn't work in java file which is in root folder of multi-modules project.
Expected Result
Expect that intellisense can work in java file which is in root folder of multi-modules project.
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 opening test/resources/projects/maven/multimodule in VS Code and reproduce the missing IntelliSense in a Java file at the project root. Trace how the extension discovers and assigns Java project source roots for multi-module Maven projects. Done means IntelliSense features such as class and main work in that root-level file.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, typescript, vscode
- Domain
- developer-experience, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100