-
Notifications
You must be signed in to change notification settings - Fork 271
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
Show type of expressions, not just identifiers #471
Comments
Can you help get the request vscode sent to server? |
This is what HIE sends
|
The current selection is not passed in this request, right? |
hmm, it should be. Let me check again what is happening. |
The
The command returns the types of all SrcSpans that cross over the given point. |
any news here? |
It is done in the vscode client, by matching the spans of returned values. |
is it possible to expand on what is missing for this to work ? as a haskellbeginner, this would definitely help. |
any update on this? |
Basically the work needs done to support this feature is
This isn't too much work in itself. But since is isn't in formal protocol and I don't use haskell myself, it is low prioritized on my TODO list. Happy to take any PR to make this happen though. |
In e.g. haskell this is one of the most fundamental features. Another non-LSP plugin can already do that:
From what I heard the haskell language server also has support for it (e.g. in VS Code): DanielG/ghc-mod#900 (comment)
The text was updated successfully, but these errors were encountered: