-
-
Notifications
You must be signed in to change notification settings - Fork 132
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
Option to ignore words #146
Comments
Thank you for bringing this up. The setting exists, it is just not well documented. At the moment, there isn't any UI to add words to the ignore list. There are three possible ways:
|
Excuse the delay. Good to know it already exists :) Do you plan on adding some UI for this? |
I will add it as a F1 command. |
Why is it not configurable via API? |
In VS Code (as of a couple of months ago), you have to define the menu items in advance via the package.json file.
Which makes it hard to add dynamic items to the context menu. |
Hmm... perhaps I'm missing something, but how is ignoring any different to "Add: [word] to dictionary" actions? They seem dynamic? |
Is there any update on adding this to right click? I also cannot find this in F1. |
I don't like the "ignore by list in the settings" approach. |
Please can you add this options. |
@Jason3S Sorry, is this available? (Issue is "Open", but the label is "Done/Fixed"...?) |
Not sure if this will be the fix I'm looking for. But basically instead of this: I need like this:
(Re-use an external ignore list across multiple projects, I guess like Spenhouet. Don't want to suggest my ignored list as corrections, hence not loaded as a regular Is something like this being added? Or just a UI for |
@courtneyaschwartz At the moment there is only UI to add it to the I agree, a dictionary option would be very useful. |
I'm glad that there's an 'Ignore Word' command in right click menu now. But I feel it inconvenient that I have to press enter after 'Ignore Word'... Maybe removing this 'press enter' step is better, because right click won't causs mistakes often so it might be unnecessary to require a confirmation. Even if you ignore a word by mistake, you can delete the word in |
I'm finding "press enter to confirm" is skipped if I select the word before right clicking. |
I'm going to close this as "fixed". Documentation could be better, but it is possible to ignore words. It is even possible to setup a dictionary of words to be ignored, but not suggested. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
There are some words that I do not wish to be identified as misspellings. I could, of course, add these to the dictionary which would stop the warnings. But then these words would be offered as suggestions for other misspellings - which I do not want. Therefore an option to ignore some words is required.
The text was updated successfully, but these errors were encountered: