Automatically trigger LSP diagnose on buffer changed #13374
Unanswered
IntangibleW
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use helix to write Go code. And configured
gopls
andgolangci-lint-langserver
as my LSP. But sometimes when I did changes to buffer, LSP gives my an error, and the only way I can solve it is to wirte changes to file. That's weird, cause I never get into this in other editors like vscode and JetBrains family. I thought it's due to the helix mechanism that it only notify LSP when the file content is changed, not the buffer. I hope there is a graceful way to handle this.Beta Was this translation helpful? Give feedback.
All reactions