-
-
Notifications
You must be signed in to change notification settings - Fork 391
[Feature Request] Hover Docs for function arguments/return types #2258
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 started experimenting around this here: https://github.com/konn/haskell-language-server/tree/argument-haddocks. It turns out that it is relatively easy to retrieve argument documents from HIE files.
|
Superseded by #2348. |
Oh, sorry. I had no idea it was not in HLS. I thought it should be downstream somewhere in LSP chain so I send the request into the Today I try to stay away from programming. I know this is important to have. I would strive to finish the main process on the week. |
No problem! I certainly need this feature, but I have less time to spend on it. So really appreciate you for working on this feature! I hope the information noted above could help your process. Thanks! |
Currently, hover documents for functions shows only haddock comment associated for a function, without haddock comments of their arguments or return types.
It would be great if we could show documentation also for arguments and return types.
If someone would give me some hints, I would love to implement this feature!
There are some design choices where to print such documentation: along with type document, dedicated table or some view.
The text was updated successfully, but these errors were encountered: