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

Look into documenting hover delay #27

Open
TysonAndre opened this issue Jul 16, 2018 · 3 comments
Open

Look into documenting hover delay #27

TysonAndre opened this issue Jul 16, 2018 · 3 comments

Comments

@TysonAndre
Copy link
Owner

https://code.visualstudio.com/updates/v1_25#_hover-display-options

This might avoid some latency issues when hover is enabled (Or my issues might have been with the VS Code upgrade)

  • Not sure if that delays the computation as well
@muglug
Copy link

muglug commented Nov 20, 2018

Dunno if this is still an issue. Psalm precomputes all possible hover responses when analysing in server mode, so fetching is done quickly.

It looks like your lookup is much fancier, but I'm not sure at a cursory glance.

@muglug
Copy link

muglug commented Nov 20, 2018

Ah, now I see that VS Code doesn't consider a file opened unless you're editing it, so you may have un-analysed files that you're hovering over.

@TysonAndre
Copy link
Owner Author

This is more of a case of phan's hover computations (e.g. client waiting for those) slowing down the client while moving the mouse

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