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

feat: More responsive diagnostics #186

Open
WillLillis opened this issue Nov 29, 2024 · 0 comments
Open

feat: More responsive diagnostics #186

WillLillis opened this issue Nov 29, 2024 · 0 comments
Labels
0.10.1 To be completed before the 0.10.1 release enhancement New feature or request

Comments

@WillLillis
Copy link
Collaborator

WillLillis commented Nov 29, 2024

Original discussion in #184 (thanks, @ldelossa!)

Currently asm-lsp offers diagnostics on save. Many other LSPs offer diagnostics as users edit the file, regardless of writes to disk. This should be doable by syncing a user's edits to a "shadow" copy of the buffer in question. The appropriate compile command can be run on this shadow copy. I'm planning on adding this as an opt-in, experimental feature initially because there's so many unknowns. Some initial thoughts on what this will require:

I'm planning on implementing this after adding all of the currently outstanding language additions. The language additions will come either in 0.10.0 or 0.10.1.

@WillLillis WillLillis added 0.10.2 To be completed before the 0.10.2 release enhancement New feature or request labels Nov 29, 2024
@WillLillis WillLillis added 0.10.1 To be completed before the 0.10.1 release and removed 0.10.2 To be completed before the 0.10.2 release labels Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.10.1 To be completed before the 0.10.1 release enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant