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

Add forbidden word as problem/warning type on VSCode Problem Panel options #2425

Open simon8233 opened 1 year ago

simon8233 commented 1 year ago

cSpell is a wonderful vscode extension. I have been using it to develop source code since 1 year ago.

I resolved many spell errors by vscode-spell-checker extensions.

As title, I have a suggestion for forbidden words.

If forbidden word type from info to Problem/Warning on vscode problem panel.

I think it's clear for users. (currently, it's info type on vscode problem panel.)

Jason3S commented 1 year ago

@simon8233,

The spell checker uses VS Code Diagnostics to report issues. VS Code controls how it is displayed.

You can change it in settings: spell diagnostic level

image

Was this what you were asking?

simon8233 commented 1 year ago

@Jason3S Sorry for my late reply

Yes But, I would like to change forbidden word type only

I think forbidden word have different type display, more clearly on user view.