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

Move LSP inlay hints to the event system #13020

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

the-mikedavis
Copy link
Member

This change adds a helix_event::AsyncHook for inlay hints and removes the old idle timeout code. Also this change adds some lifecycle hooks like DocumentDidOpen and LanguageServerInitialized that we can use to move some LSP details like document synchronization out of application and Document and into a central place.

Connects #9629

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-language-server Area: Language server client
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant