Skip to content

Latest commit

 

History

History

dictionaries

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

These files are used as dictionaries to provide Unity specific words to the spell checker. E.g. gizmo, cubemap, raycast, etc. The files are manually generated by the DumpSpellCheckWordListsAction, which is only available when running Rider in internal mode.

The unity.dic file is a list of the new words. The unity.aff file is empty, but required for ReSharper (Hunspell uses it as a set of rules for determining prefixes or suffixes. We don't use that). If it does not exist, the dictionary is not loaded by ReSharper.

The files are used differently by Rider and ReSharper.

The files are copied to the correct locations by the gradle scripts (for Rider), and the .nuspec file for ReSharper.

Note that there is also an Abbreviations.txt, but this is used by both the Rider backend and ReSharper, so is maintained at the location it's used.