feat: support interface quick navigation#3593
Merged
Conversation
|
This PR was not deployed automatically as @life2015 does not have access to the Railway project. In order to get automatic PR deploys, please add @life2015 to the project inside the project settings page. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3593 +/- ##
=======================================
Coverage 56.11% 56.11%
=======================================
Files 1513 1513
Lines 91744 91749 +5
Branches 18812 18804 -8
=======================================
+ Hits 51480 51485 +5
- Misses 33391 33392 +1
+ Partials 6873 6872 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
bytemain
approved these changes
May 8, 2024
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.
Types
支持接口声明快速跳转实现,目前支持 Java 和 Typescript
Background or solution
Java 研发中会涉及到大量的接口和接口跳转操作,现有的 Go To implementation 需要多次点击操作,需要进一步优化这种接口查看场景下的研发体验。
考虑到目前的插件 API 标准不支持 Editor Gutter Decoration 的点击事件设置,因此把功能做在了模块上,基于 Tree-sitter,适配 Java 和 Typescript
Changelog