The Developer Console just got a lot faster to move around in. Press
⌃⌥K
(Ctrl+Alt+K) — or
?
— anytime to see the full shortcut list right in the editor.
Find things instantly
  • ⌘P / Ctrl+P
    — Quick-open: start typing a task name and jump straight to it, no sidebar scrolling needed
  • ⌘⇧F / Ctrl+Shift+F
    — Search across the code of
    all
    your tasks at once. Results show the matching line, and picking one opens the task and jumps right to it — unsaved changes are searched too
Work across tabs
  • ⌃⌥← / ⌃⌥→
    (Ctrl+Alt+←/→) — Switch to the previous / next editor tab
  • ⌃⌥W
    (Ctrl+Alt+W) — Close the current tab (you'll be asked before unsaved changes are discarded)
  • ⌥⇧T
    (Alt+Shift+T) — Reopen the tab you just closed
  • ⌘⇧S / Ctrl+Shift+S
    — Save all tabs with unsaved changes in one go
And more
  • ⌘⇧H / Ctrl+Shift+H
    — Open the version history of the current task
  • Tabs now show a
    dot indicator
    when they have unsaved changes — and those changes are kept safe when you switch tabs, open the variables panels, or navigate to another page and back
  • The old favorites still work:
    ⌘S
    save,
    ⌘R
    run,
    ⌘B / ⌘J / ⌘\
    to toggle the sidebar, logs, or both