microsoft / vscode-java-pack

VS Code extensions for Java developers.
Other
282 stars 124 forks source link

Better code navigation support for multi-module projects #1329

Open nickzhums opened 1 month ago

nickzhums commented 1 month ago

Mentioned in user interview. Seems like in current VS Code Java, if we have multiple POMs, and parent POM, sometimes jumping between different references is not available.

Also, user wants to have IDEA-like UX to show the usage stats of references of a particular class.