I want to write my SQL code in lowercase and be able to autocomplete. As of now the autocomplete uses uppercase.
Can I solve this?
I wouldn't recommend it as I'm a stickler for good code practice and using uppercase.
HOWEVER;
Hit Ctrl+Alt+S to open Settings.
Go to: Editor > Code Style > SQL
and change Keywords
to To lower
Hopefully it will change function names to lower-case too.
If it doesn't I suspect IntelliJ will auto-complete from the dependency you're using and force you to use upper-case naming conventions. At which point, you're only option is to edit the entire dependency to lower-case.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With