Can tsgo lsp provide completion/diagnostic for tsconfig/jsconfig? #4702
Answered
by
jakebailey
sharpchen (sharpchen)
asked this question in
Q&A
|
I remember it's available in vscode with a specialized builtin language server. |
Answered by
jakebailey
Jul 22, 2026
Replies: 1 comment
|
We already do push diagnostics for program errors, but only if the tsconfig is actually loaded through some other means. Otherwise, completions are actually handled by JSON schema client-side; I'm not sure what's available for neovim but that is one way to solve that too. |
0 replies
Answer selected by
sharpchen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We already do push diagnostics for program errors, but only if the tsconfig is actually loaded through some other means.
Otherwise, completions are actually handled by JSON schema client-side; I'm not sure what's available for neovim but that is one way to solve that too.