14

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

Daniel L. VanDenBosch
  • 2,350
  • 4
  • 35
  • 60

1 Answers1

40

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

Ivan
  • 562
  • 7
  • 12