Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Automatically capitalize things in DataGrip

Is there a way in DataGrip to automatically capitalize key words even if they are typed in lowercase? For example SELECT, FROM, WHERE , HAVING, ORDER BY?

like image 526
Daniel L. VanDenBosch Avatar asked Sep 05 '25 15:09

Daniel L. VanDenBosch


1 Answers

File - Settings - Editor - Code Style - SQL - General - Case - Keywords: To upper

like image 145
Ivan Avatar answered Sep 08 '25 11:09

Ivan