-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
Improve hover presentation for complex errors #67076
Comments
/cc @misolori The idea is to add some clue into the error hovers so that we can hint towards the F8 feature - which is more stable and provides a better reading experience with long error messages |
@jrieken Was there a reason for applying editor font in the hover error message? Currently editor font is applied only for message and not for related information. |
#67076 (comment) looks amazing! This would make my life so much easier. I see the latest screenshot uses the editor font again, why is that? The error message is prose and the diagnostics panel doesn't use the editor font either, nor do hovers.. |
It looks like the lightbulb and go to problems actions are gone in the most recent insiders -- are they coming back? |
I find the bottom bar really distracting since it's always the first thing I see when hovering over a problem. My preference would be to just have the icons attached to the top right corner or some other position that isn't so prominent. |
@felixfbecker Using normal or editor font for the error message is under discussion. @eamodio It is back in the latest insiders @nealot Keeping it at the bottom because it is easy to click these actions. Keeping it far away from the mouse makes it hard to click them as the hover can disappear when you move away mouse. |
Error hover is good in representing simple errors. But when it comes to complex and descriptive errors, inline error widget can represent them well. But inline error widget is not discoverable.
The text was updated successfully, but these errors were encountered: