SSMS Tips and Tricks 3-17: Intellisense casing for function names
When I write T-SQL, my standard is to use upper-case names for built-in system functions. But not everyone likes that.
I’ve done a lot of work on systems where all these names are lower-case. I don’t have any great objection to that, but it’s painful if Intellisense keeps making them upper-case.
But there is a solution. In Text Editor, Transact-SQL, then Intellisense, there is an option for this:

2025-10-28