SQL Server Naming Convention Whitelist
When using Autoformat it would be great if we could whitelist special situations that bypass the general formatting and instead allow for the below options.
1.) Individual word Formatting:
If a word is in this whitelist it will be formatted as it is in the whitelist. The thought is that is it similar to dictionary file but for Case formatting and supersedes CNTL + K + D or F.
2.) Generalized Object Type Name Formatting:
For different object types we want to be able to have the preamble lower case for the first few characters.
Examples
Object Type | Number of Characters to force lowercase on
Tables | 4
Stored Procedures | 4
Views | 3
Indexes | 5
etc.