-
⌘ + fn + F11
Run the current opened java class if main method exists, or else run the last launched application. -
⌘ + O
Go directly to a member (variable, method) of the current class file.
Pressing ⌘ + O again shows the inherited members of the super classes. -
⌘ + T
Go to a supertype/subtype.
Pressing ⌘ + T again toggles between supertypes and subtypes. -
fn + F3
Open type declaration.
Alternatively, hold down ⌘ and click the hyperlinked member. -
fn + F4
Open type hierarchy of the current/selected class. -
⌘ + Alt + G
Search the workspace for references to the selected method or variable. -
⌘ + Shift + R
Open any file quickly without browsing for it in the Package Explorer. -
Ctrl + Q
Go to the last edit location. -
⌘ + Shift + L
A complete list of shortcuts.
- Show the Command Palette: ⌘ + Shift + P
- Goto Anything: ⌘ + P
- type part of a file name to open it
- type @ to jump to symbols
- type # to search within the file
- type : to go to a line number
- Multiple Selections:
- ⌘ + D to select the next occurrence of the selected word
- Install Package: ⌘ + Shift + P
- "Package Control: Install Package":
- Solarized Color Scheme, GitGutter, BracketHighlighter, Markdown Preview, DashDoc, SublimeLinter, SublimeLinter-jscs, SublimeLinter-jshint
- Markdown Preview:
- ⌘ + Shift + P
- select "Markdown Preview: Preview in Browser
- select github or markdown
- DashDoc search: Ctrl + h
Shortcut | Terminal/iTerm2 command |
---|---|
Ctrl + U | delete from the cursor to the start of the line |
Ctrl + K | delete from the cursor to the end of the line |
Ctrl + W | delete from the cursor to the start of the word |
Ctrl + A | go to the start of the line |
Ctrl + E | go to the end of the line |