Alt
This section lists and describes the keyboard shortcuts that include the Alt key:
Alt0O | Export to Text File | Export a tool window's content to a text file. |
---|---|---|
Alt0Q | Context Info | Show the current method or class declaration when it is not visible. |
Alt+Number | Open tool window | Open a tool window with the corresponding number. |
Alt0/ | Code completion / Expand word | Expand string at caret to any word in the visible scope that starts with the same characters. |
Alt0` | VCS operations | Show quick list with the most required version control commands. |
Shortcut | Function | Use this shortcut to... |
---|---|---|
AltDelete | Safe Delete | Delete selected class/method/field checking its usages. |
AltEnter | Show Intention Action | Display intention actions (if any) for a code where the caret is currently located. |
AltHome | Activate Navigation Bar | Bring focus to the Navigation bar. |
AltInsert | Create new entity | Depending on the context: |
Alt0↓ | Navigate to Next Method | Navigate to the next method declaration in the active editor tab. |
Alt0← | Select Previous Tab | Depending on the context:
|
Alt0→ | Select Next Tab | Depending on the context:
|
Alt0↑ | Navigate to Previous Method | Navigate to the previous method declaration in the active editor tab. |
Shortcut | Function | Use this shortcut to... |
---|---|---|
AltF1 | Select Target | Move focus from the current file, class, method or reference to a data source table to a view suggested in the Select Target popup. |
AltF7 | Find Usages | Initiate search for usages. |
AltF8 | Evaluate Expression | Debugger: Evaluate an arbitrary expression. |
AltF9 | Run to Cursor | Debugger: Run to the line where the caret is located. |
Thanks for your feedback!