You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.
Currently, only the first among possibly multiple Locations of a definition-response is extracted and used when handling a definition-response in the requestDefinition(position: Position) method of EditorEventManager.
I think It would be fairly easy to extract all items of the response and show the default IntelliJ-Popup Dialog for jumping to files when more than one Location was contained in the response. Is there a reason why this feature is not yet implemented?
Best regards
Christian
The text was updated successfully, but these errors were encountered:
ChrisS2812
changed the title
Show Popup with all definitions when definition request returns more than one location
Show popup dialog with all definitions when definition request returns more than one location
Apr 21, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, only the first among possibly multiple
Location
s of a definition-response is extracted and used when handling a definition-response in therequestDefinition(position: Position)
method ofEditorEventManager
.I think It would be fairly easy to extract all items of the response and show the default IntelliJ-Popup Dialog for jumping to files when more than one Location was contained in the response. Is there a reason why this feature is not yet implemented?
Best regards
Christian
The text was updated successfully, but these errors were encountered: