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

Compiler messages are hard to find in editor hover when documentation is also shown #6525

Closed
rherrmann opened this issue Nov 10, 2020 · 1 comment

Comments

@rherrmann
Copy link
Contributor

If multiple diagnostics apply to a cursor position for which a hover tooltip is shown, documentation appears before compiler messages. Not sure how other types of diagnostics (if there are) would mingle in.

To reproduce, hover on a function reference that is also part of a compile error as shown in the screenshot.
Screenshot 2020-11-10 at 21 55 55

The compiler message is buried at the end of the contents of the editor hover. Is this a known issue that I couldn't find, or would you agree to try to change the order to: compiler messages first, then documentation?

If so, I would volunteer to investigate how to change the order - unless someone who is reading this already knows.

@bjorn3
Copy link
Member

bjorn3 commented Nov 10, 2020

Duplicate of #6070

@bjorn3 bjorn3 marked this as a duplicate of #6070 Nov 10, 2020
@bjorn3 bjorn3 closed this as completed Nov 10, 2020
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

2 participants