streetsidesoftware / vscode-spell-checker

A simple source code spell checker for code
https://streetsidesoftware.github.io/vscode-spell-checker/
Other
1.43k stars 127 forks source link

Feature request: Show problematic words on the status bar #3443

Open crystalfp opened 3 months ago

crystalfp commented 3 months ago

When the "diagnosticLevel" is set to "Hint", sometimes it is difficult to see where the problematic word is. The status bar says "Issues: 1" but there is no way to point to the issue. Is it possible to have at least the problematic words listed in the popup on the status bar? Thanks for considering! mario

Jason3S commented 3 months ago

@crystalfp,

A few things:

  1. There are commands to take you to the next/previous issue: F1 -> Spell Go to next image
  2. Please try out the preview version. It might be more useful.