Did you check the docs?
Is your feature request related to a problem? Please describe.
Various AI tools, such as Claude and Gemini have an option to integrate with IDE. Usually VS Code has official treatment there. Maybe sidekick could have such integration as well?
Why it's useful? With such integration, the CLI tool knows some context about the currently open file:
- its path
- diagnostics
- others...
Describe the solution you'd like
Integration with the tools that support IDE communicationl
Describe alternatives you've considered
Using completely separate plugin, but I really enjoy sidekick and would want to keep using it.
Additional context
https://github.com/coder/claudecode.nvim implements this for claude code.
Did you check the docs?
Is your feature request related to a problem? Please describe.
Various AI tools, such as Claude and Gemini have an option to integrate with IDE. Usually VS Code has official treatment there. Maybe sidekick could have such integration as well?
Why it's useful? With such integration, the CLI tool knows some context about the currently open file:
Describe the solution you'd like
Integration with the tools that support IDE communicationl
Describe alternatives you've considered
Using completely separate plugin, but I really enjoy sidekick and would want to keep using it.
Additional context
https://github.com/coder/claudecode.nvim implements this for claude code.