Replies: 1 comment 2 replies
-
I suppose your language server publish diagnostics when a language server didSave is called. LSP4IJ client call this didSave at by using standard API VirtualFileListener#contentChanged. You can check that by enable LSP console as vebose (you should see some textDocument/didSave and publishDiagnostics trace) I don't know how ideavim is working. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
If I use IdeaVim and do :w to save the file, the error highlighting of the LSP does not update, however when doing CTRL+S it does.
I opened a discussion instead of an issue because I am not sure if this is a lsp4ij issue or an IdeaVim issue.
How can check where the issue is ?
Beta Was this translation helpful? Give feedback.
All reactions