feat(windows): Spring navigation and IDEA-style jump shortcuts - #122
Merged
Conversation
Index the workspace with spring.index and resolve those locations before falling back to the language server, matching the macOS definition and reference order.
Tell the user when jdtls is starting, failed, or not ready instead of reporting that no definition exists.
Ctrl+click goes to the declaration. Ctrl+B finds usages, and a single remaining reference opens that location instead of the references pane.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@Value, and bean injections withspring.index, then resolve those locations before falling back to the language server.No definition found.These commits landed on
feat/windows-java-lspafter #120 was merged, so they are not inpreview/0.3.0yet.Verification
bun test src/features/spring/utils/spring-navigation.test.tsbun test src/features/editor/lsp/language-server-navigation.test.tsbun test src/features/editor/utils/go-to-definition-gesture.test.tsbun test src/features/keymaps/defaults/default-keymaps.git-log.test.tsbun run typecheckinwindows/tauriNot verified on a Windows machine with a live
jdtlssession.