How to force R# to consider GlobalCustomDictionary Permanently deleted user Created April 20, 2012 08:31 ... so that e.g. abbreviations are no longer marked as hints / errors?
Hi there! To add a particular word as an abbreviation programmatically, you need to use a chunk of code similar to the following:
In the above,
refers to the language you’re adding (e.g., ), and refers to the currently loaded .Hope this helps,
Dmitri