-
-
Notifications
You must be signed in to change notification settings - Fork 389
Hover only works the 2nd time #135
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
Comments
I've just tried it with this diff:
Log of the first time hover:
But i have hit that before, in the mpickering/hls branch of ghcide and hls |
Some vim user in the room that can help to reproduce/trace the issue? |
Not vim, but neovim. HLS: 93a3b53 Checked on my private project and Test/Hls/Util.hs from the same commit in HLS - in both cases hover works from the first time (after waiting some time until HLS settles). Was unable to check generic-trie due to GHC version mismatch. |
@TomMD do you continue experiencing this? |
The bad behavior does not surface in 0.6. Closing. Thank you! EDIT: For posterity: I'm also using language client instead of vim-lsp these days. If someone produces this with vim-lsp then that might be part of the difference. |
Using neovim, vim-lsp, haskell-language-server a2b7710
Wander to a symbol, such as the expression in the
delete
declaration. Wait for HLS to get done loading:Seems good. Now try to hover (
\lh
for me):Oh, I guess all this IDE stuff isn't all it's cracked up to be. Let's stubbornly try again:
ohh... 2nd time is the charm. And it's consistent - reproducible.
The text was updated successfully, but these errors were encountered: