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

Cache hover text responses in language server mode #3827

Merged
merged 1 commit into from Mar 29, 2020

Conversation

TysonAndre
Copy link
Member

For #3252

When requesting a hover for the exact same position with the
exact same file open, return the cached hover response data.
Don't re-analyze the file.

For phan#3252

When requesting a hover for the exact same position with the
exact same file open, return the cached hover response data.
@TysonAndre TysonAndre merged commit b7583cb into phan:master Mar 29, 2020
@TysonAndre TysonAndre deleted the cache-hover-results branch April 13, 2020 18:22
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

Successfully merging this pull request may close these issues.

None yet

1 participant