Skip to content
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

add documentation for insensitive setting #261

Open
michael-brueggemann opened this issue Mar 30, 2022 · 0 comments
Open

add documentation for insensitive setting #261

michael-brueggemann opened this issue Mar 30, 2022 · 0 comments

Comments

@michael-brueggemann
Copy link

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
  }
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant