Key Bindings

Key bindings can be accessed via the preference menu or via command palette same as settings.

Default Key Binding

All commands start with Key+Shift+K then follows by their shortcut key.

  • Browse Commands... : Key+Shift+K
    • This will open quick panel, showing you all commands available to use.
  • Help and Support... : Key+Shift+H
    • This will open quick panel, showing you all utilities that help solve the issue (most requested to do by developer).
  • Builds... : Key+Shift+B
    • This will open quick panel to select which build you want to perform.
  • Calls... : Key+Shift+J
    • This will open quick panel to select which information you want to insert.
  • Operations... : Key+Shift+O
    • This will open quick panel to select which operation you want to perform.
  • Create new... : Key+Shift+N
    • This will open quick panel, showing you all possible types to create.
  • Create new package : Key+Shift+P
    • This will open input panel, just like when you create a new package.
  • Organize Imports : Key+Shift+I
    • This will organize imports on current file.
  • Project Settings : Key+Shift+,
    • This will open quick panel, showing you all settings you can adjust for current project.
  • Javatar Settings : Key+Shift+.
    • This will open quick panel, showing you all settings you can adjust for global projects.

Note

Key is Control on Windows, Linux and Command on OS X.