Add/modify rule for capitalizing DB
It is possible to change the default rule for parameter and variable naming to enforce the B to be capitalized where a variable name ends with DB?
Example: testDB
By default, Resharper 7 wants the B to be small b.
Please sign in to leave a comment.
Hi Corey,
You may add 'DB' to the abbreviation list in the Code Editing → C# → C# Naming Style | Advanced Settings dialog.
Thanks.