top | item 46862952

(no title)

hollowturtle | 27 days ago

Agree, another improvement i'd like along the lines or renames is lsp suggestions for method names, enums, functions, etc The llm should be able to autocomplete given lsp available symbols, this way it would avoid far less hallucinated methods

discuss

order

hmokiguess|27 days ago

Claude, at least, already supports LSP servers though. https://code.claude.com/docs/en/plugins-reference#lsp-server...

threecheese|26 days ago

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.

attentive|24 days ago

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.