Skip to content

Making the most out of the keyboard shortcuts recipe

Nicolas Petton edited this page May 22, 2013 · 3 revisions

It depends if one is using the (current/soon to be old)IDE or Helios.

In Helios (the new IDE)

note: in the following, cmd refers to ctrl on windows/linux and cmd on mac.

  • global shortcut for all actions ctrl-SPACE. Examples:
    • save a package: ctrl-SPACE k
    • open a new workspace: ctrl-SPACE o w
  • code completion shift-SPACE

Code editor

  • Save a method contents: cmd-S

Packages list

Workspace

  • DoIt: cmd-D
  • Print It: cmd-P
  • Inspect It: cmd-I

Inspector

Debugger

In the (old) IDE

Code editor

  • Save a method contents: Ctrl-S

Workspace

  • DoIt: Ctrl-D
  • Print It: Ctrl-P
  • Inspect It: Ctrl-I

Inspector

Debugger

SUnit

Clone this wiki locally