vim-lsc icon indicating copy to clipboard operation
vim-lsc copied to clipboard

Update diagnostics when editing

Open floitsch opened this issue 6 years ago • 1 comments

When the user edits the code, a change-notification is sent to the server. While waiting for new diagnostics, the client should update existing diagnostics. In particular, all diagnostics that are after a changed text-entry (removal or insertion) should just be updated. This gives a much smoother editing experience (and is, what vscode does).

floitsch avatar Apr 12 '19 13:04 floitsch

I think this could be possible in very recent versions of vim that have support for text properties but I haven't dug in yet.

natebosch avatar Apr 19 '19 00:04 natebosch