Details
-
Type:
Sub-task
-
Status: Reported
-
Priority:
Not Evaluated
-
Resolution: Unresolved
-
Fix Version/s: None
-
Component/s: Language Server Protocol (LSP) Support
-
Labels:
Description
Currently we just send out a goto definition request. To get a more creator like behavior we should send out a goto implementation request and send out a goto definition request only if we do not get a valid result or the link in the result points to the current position.