[TIL] Developer Console Shortcuts

Operation

Shortcuts

Open

CTRL+O

Open Lightning Resources

CTRL+SHIFT+A

Open log

CTRL+G

Open raw log

CTRL+SHIFT+G

Download log

CTRL+ALT+G

Save the current view

CTRL+S

Save all

CTRL+SHIFT+S

Delete

CTRL+DELETE

Close

CTRL+/

Close all

CTRL+ALT+/

Open the Execute Anonymous window

CTRL+E

Execute anonymous Apex code when the Execute Anonymous window is open or the last executed code when the window is closed

CTRL+ALT+E

View log panels...

CTRL+P

Log panel

SHIFT+ALT+G

Show/Hide help for the shortcut key

CTRL+SHIFT+?

Find

CTRL+F

Find/replace

CTRL+SHIFT+F

Find/replace all

CTRL+SHIFT+R

Search in files

CTRL+SHIFT+H

Fix indentation

SHIFT+TAB

Format this file using the Prettier code formatter

CTRL+ALT+F

Open resource

CTRL+SHIFT+O

Clear log panel

SHIFT+ALT+G

Show Preview of the Visualforce page/component

CTRL+J

Navigate to the declaration of a selected object in the Source Code Editor

CTRL+ALT+N

Show/Hide the Command Line Console

CTRL+SHIFT+L

Navigate backward through the view history

CTRL+,

Navigate forward through the view history

CTRL+.

Navigate backward through the open views

CTRL+PAGE UP

Navigate forward through the open views

CTRL+PAGE DOWN

Toggle full screen editing of the current view, if available

F11

Exit full screen editing of the current view, if active

ESC