Skip to content

Add Unity specific words to spell checker dictionary #1187

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

Closed
citizenmatt opened this issue May 16, 2019 · 0 comments
Closed

Add Unity specific words to spell checker dictionary #1187

citizenmatt opened this issue May 16, 2019 · 0 comments
Milestone

Comments

@citizenmatt
Copy link
Member

Various words from the Unity API are not recognised by the spell checker, and cause warnings. E.g. "gizmo" and "rigidbody".

These should be added as custom words to the spell checker. This can be done in two ways:

  • In the backed via IDictionarySource. This will be available in both ReSharper and Rider, and might be possible to only apply when we know it's a Unity project.
  • In the frontend via BundledDictionaryProvider. This will only be available in Rider, but will appear in the Spell Checker options UI, and can be disabled. The dictionary is a plain text file of words, loaded from a file which is loaded as a resource.

The list of words should probably come from reflecting over the Unity API - get all classes, methods and properties and split the names based on camel case, and then review.

@citizenmatt citizenmatt added this to the Rider 2020.2 milestone Jun 24, 2020
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