Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update diagnostics when editing #177

Open
floitsch opened this issue Apr 12, 2019 · 1 comment
Open

Update diagnostics when editing #177

floitsch opened this issue Apr 12, 2019 · 1 comment

Comments

@floitsch
Copy link

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).

@natebosch
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants