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
Currently, the "Go To Definition" and "Go to Reference" features are not fully integrated with the Kedro extension. To enhance the development experience and increase productivity, we propose reusing the Language Server Protocol (LSP) from the Kedro extension for these actions.
Context
Why is this change important to you? How would you use it? How can it benefit other users?
Possible Implementation
We aim to create specific VS Code commands that handle "Go To Definition" and "Go to Reference" actions. These commands will interface with the underlying LSP implementation in the Kedro extension.
Command Creation:
Create two VS Code commands:
kedro: Go to definition
kedro: Go to reference
These commands will accept parameters (e.g., a string representing the target entity).
Command Workflow:
Request Flow: When a visual component is clicked, it will trigger the corresponding VS Code command.
jitu5
changed the title
Reuse LSP from Kedro Extension for "go To Definition" and "Go to reference" action from Webview.
Reuse LSP server from Kedro Extension for "go To Definition" and "Go to reference" action from Webview.
Aug 2, 2024
Description
Currently, the "Go To Definition" and "Go to Reference" features are not fully integrated with the Kedro extension. To enhance the development experience and increase productivity, we propose reusing the Language Server Protocol (LSP) from the Kedro extension for these actions.
Context
Why is this change important to you? How would you use it? How can it benefit other users?
Possible Implementation
We aim to create specific VS Code commands that handle "Go To Definition" and "Go to Reference" actions. These commands will interface with the underlying LSP implementation in the Kedro extension.
Command Creation:
Command Workflow:
Request Flow: When a visual component is clicked, it will trigger the corresponding VS Code command.
Response Flow: The LSP will process the request and return the appropriate response.
This issue is linked to parent ticket #1968
Checklist
The text was updated successfully, but these errors were encountered: