Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better code navigation support for multi-module projects #1329

Open
nickzhums opened this issue May 17, 2024 · 1 comment
Open

Better code navigation support for multi-module projects #1329

nickzhums opened this issue May 17, 2024 · 1 comment

Comments

@nickzhums
Copy link
Member

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.

@F-6666
Copy link

F-6666 commented Jan 12, 2025

// On explicit save, run fixAll source action. On auto save (window or focus change), run organizeImports source action.
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.organizeImports": "always",
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants