How do you disable auto-capitalization in SQL Prompt?
Paul_Novelli
Posts: 2 New member
in SQL Prompt
I can't figure out how to disable this behavior. I don't need keywords to be in all-caps. This is not COBOL, plus the editor is color coded. I don't need my code yelling at me.
Tagged:
Best Answer
-
ostandage Posts: 75 Silver 1Hi,
The solution here is to create a custom formatting style (which can be based upon an existing style) and adjust the casing settings. Select the Styles page of the settings menu and click 'Edit formatting styles', then create a new formatting style.
If you set 'Reserved keywords' to 'Leave as is' it will not change the case to capitals.
Thanks,
OwenSoftware Engineer
SQL Prompt / SQL Search
Answers
I tried to deploy your solution. However, every time I click on 'Edit formatting styles', SQL Server goes into freeze mode, and I cannot click on anything. Then, I press Esc and it starts behaving normally. Any ideas why it may happen?