-
-
Notifications
You must be signed in to change notification settings - Fork 367
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 improvements #97
Labels
type: enhancement
New feature or request
Comments
It is because lists are indented by ghcide. https://github.com/mpickering/ghcide/blob/hls/src/Development/IDE/Spans/Common.hs#L126 |
Current master (066ce8b) gives me The red is my emacs highlighting trailing whitespace |
I'm going to close this as it's very old and unclear if it still is a problem. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some observations from testing with https://github.com/alanz/haskell-language-server/tree/hls-wz1000 at alanz@ebad0a1.
I am using
lsp-mode
on emacs 26.3, comparing the hover output forInteger
in the snippethaskell-ide-engine (1.3)
The contents of the markdown is
haskell-language-server as above
The markdown is
Emacs renders these as
HIE
![hie-hover](https://user-images.githubusercontent.com/409607/81342423-20a96080-90ab-11ea-9acf-5e6cf4b728ea.png)
HLS
![hls-hover](https://user-images.githubusercontent.com/409607/81342440-2bfc8c00-90ab-11ea-950d-d63f094b88df.png)
The main problem seems to be that the
markup needs to be against the left margin, which is not the case for hls.The text was updated successfully, but these errors were encountered: