-
Notifications
You must be signed in to change notification settings - Fork 43
Shortcuts
guillermooo edited this page Oct 3, 2014
·
4 revisions
Use these key bindings to work more efficiently. This list is not comprehensive.
We mention these often in the documentation, and they are generally useful.
Key Sequence | OS | Function |
---|---|---|
Ctrl+Shift+P | Linux | Open command palette |
⌘+Shift+P | OSX | Open command palette |
Ctrl+Shift+P | Windows | Open command palette |
Shortcuts defined by the Dart plugin for Sublime Text. Some of them have equivalent items in the command palette.
Key Sequence | OS | Function |
---|---|---|
Ctrl+., Ctrl+. | All | Show Dart: * commands in the command palette. |
Ctrl+., Ctrl+o | All | Open hidden output panel |
Key Sequence | OS | Function |
---|---|---|
F7 | All | Run primary action on file* |
Shift+F7 | All | Run primary action on active file** |
Ctrl+F7 | All | Run secondary action on file* |
Ctrl+Shift+F7 | All | Run secondary action on active file** |
Ctrl+Keypad0 | All | Stop any running processes |
* The file name will be remembered and reused next time.
** Updates the remembered file name and runs the active file.
Key Sequence | OS | Function |
---|---|---|
Ctrl+⇧+., Ctrl+⇧+. | All | Shows Build: Dart: * commands in the command palette. |
Whenever lists of errors are displayed, you can try the standard Sublime Text keys for navigating results.
Key Sequence | OS | Function |
---|---|---|
F4 | All | Navigate to next result/error |
⇧+F4 | All | Navigate to previous result/error |