opencode
opencode copied to clipboard
[FEATURE]: Connect to running LSP process
Feature hasn't been suggested before.
- [x] I have verified this feature I'm about to request hasn't been suggested before.
Describe the enhancement you want to request
General idea: Share the LSP process used by IDEs with OpenCode
Not all LSPs are easy to configure nor do they are lightweight (e.g. JDTLS). Also being on the same page as the coding agent when it comes to diagnostic data is beneficial.
Requirements:
- Implement a mechanism to lookup the correct process
- Allow to communicate to the process
Before going into the details I would like to hear your thoughts.