sourcegraph / go-langserver

Go language server to add Go support to editors and other tools that use the Language Server Protocol (LSP)
https://sourcegraph.com
MIT License
1.17k stars 89 forks source link

Diagnostics refreshed on file write solely. #347

Open oblitum opened 5 years ago

oblitum commented 5 years ago

I'm uisng go-langserver with coc.nvim, which works great for all language servers I've tried (RLS, ccls, pyls, go-langserver, ...). There's an issue particular of go-langserver though, the diagnostics are refreshed in a mixed way, errors show up while I'm writing code, but if I fix them, they're not cleaned, only when I save the file they get cleaned up.