I would like to highlight some text in a SQL Developer worksheet and convert it to uppercase with some keyboard shortcut.
Is there any such shortcut in Oracle SQL Developer?
I am using version 4.1.2.
To use a keyboard shortcut to change between lowercase, UPPERCASE, and Capitalize Each Word, select the text and press SHIFT + F3 until the case you want is applied.
The UPPER() function returns a string with all letters in uppercase.
Open the directory where the SQL Developer 3.0 is located, right-click sqldeveloper.exe (on Windows) or sqldeveloper.sh (on Linux) and select Send to > Desktop (create shortcut). 2 . On the desktop, you will find an icon named Shortcut to sqldeveloper.exe.
Under Tools->Preferences->Shortcut Keys
you can find and/or define the shortcut key combination for the Convert Selection to Uppercase
and Convert Selection to Lowercase
commands. I have mine mapped to CTRL+U and CTRL+L respectively. There unfortunately does not appear to be a specific command for converting text to Initcap, so the To Upper/Lower/Initcap
command is the way to go for that. However, be aware that the To Upper/Lower/Initcap
command actually cycles between five format modes:
Some of these modes will change the behavior of the code formatter (default key sequence CTRL+F7), and the Tools->Preferences->Code Editor->Completion Insight->Change case as you type
setting if you have it enabled.
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