Revamp Diagnostics #977
prabirshrestha
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There has been lot of asks in the past related to diagnostics feature in vim-lsp but due to the how it has organically grown it has been hard to add features as well as modify existing code to support without breaking.
My hope is to solve these issues and make sure we don't miss any of these while we re-implement. 99% of these can now easily be solved.
s:on_text_document_did_change
isn't fired in normal modeIf folks have feature request feel free to comment here.
Few of the changes I would want to personally add while we re-implement diagnostics.
Beta Was this translation helpful? Give feedback.
All reactions