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

hover for let definition in do block doesn't work unless mentioned elsewhere #201

Open
scarf005 opened this issue Jul 18, 2023 · 0 comments

Comments

@scarf005
Copy link

2023-07-18.20-36-23.mp4
main : IO ()
main = do
  let   a          = 1  -- hovering over a shows nothing
  print a               -- hovering over a shows a : Integer

Hovering for definitions declared in let block inside do block does not work.

@scarf005 scarf005 changed the title hover for let definition in do block doesn work unless mentioned elsewhere hover for let definition in do block doesn't work unless mentioned elsewhere Jul 18, 2023
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

1 participant