-
Notifications
You must be signed in to change notification settings - Fork 0
fix: diagnostic icons show no explanation — need tooltip or inline message #679
Copy link
Copy link
Open
Labels
UXUser experienceUser experiencebugSomething isn't workingSomething isn't workingeditorCode editor relatedCode editor relatedpriority: mediumMedium priorityMedium priority
Description
Summary
Diagnostic icons (warning
Screenshots
- YAML file (.pre-commit-config.yaml): warning icon on line 1 — unclear why
- Same file: error icon on line 54 — unclear what the error is
Expected behavior
Hovering over or clicking the diagnostic icon should show the validation message explaining what is wrong.
Implementation ideas
- Add NSToolTip to the diagnostic icon in the gutter
- Or show an inline message below the affected line (like VS Code)
- Or add a Problems panel at the bottom
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
UXUser experienceUser experiencebugSomething isn't workingSomething isn't workingeditorCode editor relatedCode editor relatedpriority: mediumMedium priorityMedium priority