streetsidesoftware / vscode-spell-checker

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

Mildly confusing GUI choice #3473

Open elsiehupp opened 3 months ago

elsiehupp commented 3 months ago

When I was looking in the settings at the list of supported filetypes, I initially did not see Vala because the list sort flows horizontally, rather than vertically:

Screenshot 2024-07-23 at 5 55 05 PM

(I was looking above vue and saw typescriptreact.)

In order to make the list sort flow clearer, might I suggest that you make the vertical cell spacing different from the horizontal cell spacing?

That is, if the list flows horizontally, the vertical cell spacing could be slightly larger than the horizontal cell spacing; or, if you were to make the list flow vertically instead, the horizontal cell spacing could be slightly larger than the vertical cell spacing.

Jason3S commented 3 months ago

I agree that it is not obvious.

In the new version, the list went away. Instead, there is a menu item that gives you the option to Enable/Disable the file type.

image