-
-
Notifications
You must be signed in to change notification settings - Fork 50
add documentation for insensitive setting #261
Copy link
Copy link
Open
Description
In German, the a noun starts with an upper case (e.g. "Stadt" = "city").
In source code, a variable name normally starts with a lower case (=> "stadt"). Therefore the case sensitive setting should be disabled.
Please add in the documentation of this extension, that for German spell checking this setting is useful.
"cSpell.languageSettings": [
{
"locale": "de-de",
"languageId": "*",
"caseSensitive": false
}
],Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels