Claude, at least, already supports LSP servers though. https://code.claude.com/docs/en/plugins-reference#lsp-server...
It's for diag and lookups. It doesn't look like it's doing edits with it.
opencode is only diags, if I am not mistaken.
After using CC in VSCode a bit, I find it makes liberal use of Pylance, both proactively (in-thread) as well as during the lifecycle (guessing via hooks). It’s almost annoying how, and I’d like to figure out how to get it to use repos lint rules.
It's for diag and lookups. It doesn't look like it's doing edits with it.
opencode is only diags, if I am not mistaken.
After using CC in VSCode a bit, I find it makes liberal use of Pylance, both proactively (in-thread) as well as during the lifecycle (guessing via hooks). It’s almost annoying how, and I’d like to figure out how to get it to use repos lint rules.