Editing
| Ctrl + Space |
Code completion |
| Ctrl + Alt + click |
Show descriptions of error or warning at caret |
| Ctrl + O |
Override methods |
| Ctrl + I |
Implement methods |
| Ctrl + Shift + / |
Comment/uncomment with block comment |
| Ctrl + W |
Select successively increasing code blocks |
| Ctrl + Shift + W |
Decrease current selection to previous state |
| Alt + Enter |
Show intention actions |
| Ctrl + X/ Shift + Delete |
Cut current line or selected block to buffer |
| Ctrl + C / Ctrl + Insert |
Copy current line or selected block to buffer |
| Ctrl + V / Shift + Insert |
Paste from buffer |
| Ctrl + D |
Duplicate current line or selected block |
| Ctrl + F4 | Close active editor tab |
| Alt + Shift + I | Go to inspector |
Search/Replace
| Ctrl + F | Find |
Usage Search
| Alt + F7 |
Find usages |
| Ctrl + Alt + Shift + F7 | Highlight cell dependencies |
| Ctrl + Shift + F6 | Highlight instances |
| Ctrl + Shift + F7 | Highlight usages |
Generation
| Ctrl + F9 |
Generate current module |
| Ctrl + Shift + F9 | Generate current model |
Navigation
| Ctrl + B / Ctrl + Click | Go to declaration |
| Ctrl + N | Go to root node |
| Ctrl + Alt + Shift + N | Go to symbol (named node) |
| Ctrl + Alt + Shift + M | Go to model |
| Ctrl + Alt + Shift + S | Go to solution |
| Ctrl + Alt + Shift + L | Go to language |
| Ctrl + Alt + Shift + D | Go to devkit |
| Ctrl + Shift + S | Go to concept declaration |
| Ctrl + Shift + E | Go to concept editor declaration |
| Ctrl + Alt + E | Go to editor aspect |
| Ctrl + Alt + U | Go to usages aspect |
| Ctrl + Alt + R | Go to rules aspect |
| Ctrl + Alt + I | Go to intentions aspect |
| Alt + Right/Left | Go to next/previous editor tab |
| Esc | Go to editor (from tool window) |
| Shift + Esc | Hide active or last active window |
| Ctrl + PgDn | Go to bottom of page |
| Ctrl + PgUp | Go to top of page |
| Ctrl + E | Recent nodes popup |
| Ctrl + Alt + Left/Right | Navigate back/forward |
| Alt + F1 | Select current file or symbol in any view |
| Ctrl + H |
Concept hierarchy |
| Ctrl + H | Class hierarchy |
| F4 / Enter | Edit source / View source |
Refactoring
| F6 | Move |
| Alt + Delete | Safe Delete |
| Shift + F6 | Rename |
| Shift + F5 | Clone root |
| Ctrl + Alt + N | Inline |
| Ctrl + Alt + M | Extract Method |
| Ctrl + Alt + V | Introduce Variable |
VCS/Local History
| Ctrl + K |
Commit project to VCS |
| Ctrl + T | Update project from VCS |
General
| Alt + #[0-9] |
Open corresponding tool window |
| Ctrl + S | Save all |
| Ctrl + Alt + F11 | Toggle full screen mode |
| Ctrl + Shift + F12 | Toggle maximizing editor |
| Ctrl + BackQuote (`) | Quick switch current scheme |
| Ctrl + Alt + S | Open Settings dialog |
Labels
(None)
Add Comment