We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
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.
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
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: