Recently I searched for the possibility of creating a new sql worksheet in SQL Developer without having to save it.
I searched through the menus and finally found the command.
In order to prevent me having to search long next time, I will start noting down shortcuts to my most used commands in SQL Developer.
| Shortcut Description | Key Combination |
| Open new SQL worksheet to write (temporary) queries in. | Alt + F10 |
| Formatting SQL Queries for selected source code. | Ctrl. + F7 |
| Toggle the case (Upper/Lower/Initcap). | Ctrl. + '(Single Quote) |
| Execute a PL SQL Procedure | Ctrl. + F10 |
| Compile a PL SQL Package | Ctrl. + F8 |