-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
accented letters make errors #12
Comments
I agree, this is cumberstone for multiple languages. It would be great to have option to accept words without accents. |
Support for this is currently in progress. |
In Brazilial Portuguese we have this problem too. Waiting for update to support non-acentued words, thank you. |
Was this solved? |
It is currently in progress. Three things need to happen.
|
Any updates on this? |
From @Jason3S list, point number 1 seems fixed in alpha version: streetsidesoftware/vscode-spell-checker#942 So it follows that:
👍 |
I'm slowing rebuilding the dictionaries. Done so far:
Up next are French and Dutch. Are there any preferences? |
It would be a nice feature, I've just give up using pt_BR dictionary because of this, @Jason3S is it possible to release the dictionaries that are ready to go and build the remaining in new issues (e.g. per dictionary)? |
They have already been released. See Spell check ignore accentuation. · Issue #1060 · streetsidesoftware/cspell |
I tried to use the settings described and I could not get it working...here is the json settings:
But the accented words are still being marked as mispelled. |
The If you set Please try: "cSpell.languageSettings": [
{
"locale": "pt,pt-BR",
"languageId": "*",
"caseSensitive": false,
},
{
"locale": "pt,pt-BR",
"languageId": [
"markdown",
"json",
"yaml"
],
"caseSensitive": true
}
] |
ok, now it works! thank you very much!! I thought locale was a "contains" match, like stated in your post here: |
I can see how that is misleading. |
Can you please add the french version? This extension seems really great but is currently unusable in French because of the amount of accented words. Thank you for your work! |
Thank you for the reminder. It has been published. |
Hi @Jason3S, thank you for all your effort! May I ask you to have a look at the German dictionary, too? To achieve utf8 compliance it is common in German to substitute umlauts:
Currently my solution is to add all words I encounter to a custom dictionary, but it would be great to have these substitutions build-in. Cheers, |
Hello and thank you for this useful extension.
I installed the french dictionnary and set
"cSpell.language": "en,fr"
in the preferences.It works fine but creates an error when a character is not accentuated in a french word. for exemple:
prénom
does not make an error, butprenom
does. This is a good thing for a regular dictionnary, but not for code. In code, it is a common thing to use french words without accents.Is there a way to fix that?
thank you
The text was updated successfully, but these errors were encountered: