Skip to content
New issue

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

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

Already on GitHub? # to your account

How to change when the document is analyzed? #151

Closed
jackmott opened this issue Jul 4, 2018 · 2 comments
Closed

How to change when the document is analyzed? #151

jackmott opened this issue Jul 4, 2018 · 2 comments

Comments

@jackmott
Copy link

jackmott commented Jul 4, 2018

By default it appears every time I type, the language server fires and analyzes the document. Can I disable that and map it to a key instead?

@prabirshrestha
Copy link
Owner

By analyze do you mean diagnostics used for LspDiagnostics?

It shouldn't be fired when we type. are you sure this is true? It fires when textDocument/didChange occurs and this happens when asyncomplete needs to trigger completion or when you save the file.

@prabirshrestha
Copy link
Owner

There are no plans to expose this. It is currently debounced. you can instead disable the feature.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants