IntelliJ IDEA Schortcuts Mac
English (Function) ->
English (Key)
Total: 136
Shown records: 50
Total pages: 3
Page: 1
# | Word | Translation |
---|---|---|
1 | Basic code completion | ⌃ Space |
2 | Smart code completion | ⌃ ⇧ Space |
3 | Complete statement | ⇧ ⌘ Enter |
4 | Parameter info | ⌘ P |
5 | Quick documentation lookup | F1 |
6 | External Doc | ⇧ F1 |
7 | Brief Info | ⌘ + hover |
8 | Show descriptions of error or warning at caret | ⌘ F1 |
9 | Generate code... | ⌘ N |
10 | Override methods | ⌃ O |
11 | Implement methods | ⌃ I |
12 | Surround with… | ⌘ ⌥ T |
13 | Comment/uncomment with line comment | ⌘ / |
14 | Comment/uncomment with block comment | ⌘ ⌥ / |
15 | Select successively increasing code blocks | ⌥ ↑ |
16 | Decrease current selection to previous state | ⌥ ↓ |
17 | Context info | ⌃ ⇧ Q |
18 | Show intention actions and quick-fixes | ⌥⏎ |
19 | Reformat code | ⌘ ⌥ L |
20 | Optimize imports | ⌘ ⌥ O |
21 | Auto-indent line(s) | ⌃ ⌥ I |
22 | Indent selected lines | ⇥ |
23 | Cut current line or selected block to clipboard | ⌘ X |
24 | Copy current line or selected block to clipboard | ⌘ C |
25 | Paste from clipboard | ⌘ V |
26 | Paste from recent buffers... | ⌘ ⇧ V |
27 | Duplicate current line or selected block | ⌘ D |
28 | Delete line at caret | ⌘ ⌫ |
29 | Smart line join | ⌃ ⇧ J |
30 | Smart line split | ⌘ ⏎ |
31 | Start new line | ⇧ ⏎ |
32 | Toggle case for word at caret or selected block | ⌘ ⇧ U |
33 | Select till code block start | ⌘ ⇧ ← |
34 | Delete to word end | ⌥ ⌦ |
35 | Expand code block | ⌘ + |
36 | Expand all | ⌘ ⇧ + |
37 | Close active editor tab | ⌘ W |
38 | Select till code block end | ⌘ ⇧ → |
39 | Collapse code block | ⌘ − |
40 | Collapse all | ⌘ ⇧ − |
41 | Delete to word start | ⌥ ⌫ |
42 | unindent selected lines | ⇧ ⇥ |
43 | Find usages | ⌥ F7 |
44 | Find usages in file | ⌘ F7 |
45 | Highlight usages in file | ⌘ ⇧ F7 |
46 | Show usages | ⌘ ⌥ F7 |
47 | Go to class | ⌘ O |
48 | Go to file | ⌘ ⇧ O |
49 | Go to symbol | ⌘ ⌥ O |
50 | Go to previous editor tab | ⌃ ← |