Auto-uppercase keywords, nothing else

p-collab

Member
My coding buddy had keywords auto-capitalize as I typed them, with nothing else being capitalized. I couldn't find a way to do this on the forums, until I stumbled across this helpful article that offers a few suggestions. Here's one for upper-case, and thus easy to read, keywords:

  • Go to Tools > Preferences > User Interface > Code Assistant
  • Set Coding Style to Lowercase
  • Uncheck "Use original case if possible"
  • In Preferences, go to User Interface > Editor tab > Syntax Highlighting group
  • Keyword case to "Uppercase"

(Unfortunately the Beautifier and Code Assistant tools are not synchronized, so you need to set your upper/lowercase preference there as well.)

 
Hey @p-collab. Thanks for your post. I'm using PL/SQL Developer 15 and the first step now is:
  • Go to Configure > Preferences > User Interface > Code Assistant...
The rest of the steps still work.
 
Last edited:
Back
Top