Ctrl+Alt
This section lists and describes the keyboard shortcuts that include the Ctrl+Alt keys:
Shortcut | Function | Use this shortcut to... |
---|---|---|
CtrlAlt0B | Navigate to Implementation | Navigate to implementation of an item at the caret. |
CtrlAlt0C | Extract Constant | Replace selected expression with a constant (static final field) (Refactoring). |
CtrlAlt0F | Introduce Field | Put the selected expression result into a field (Refactoring). |
CtrlAlt0H | Call Hierarchy | Browse call hierarchy for the selected method. |
CtrlAlt0I | Auto-indent Lines | Indent current line or selected block according to the Code Style settings. |
CtrlAlt0J | Surround with Live Template | Surround the selection with one of the Live Templates. |
CtrlAlt0M | Extract Method | Create a method from the selected code (Refactoring). |
CtrlAlt0N | Inline | Inline the selected method/variable (Refactoring). |
CtrlAlt0P | Introduce Parameter | Turn the selected expression into a method parameter (Refactoring). |
CtrlAlt0T | Surround with | Surround selected code fragment with |
CtrlAlt0V | Introduce Variable | Put selected expression result into a variable (Refactoring). |
CtrlAlt0Y | Reload All from Disk | Detect all externally changed files and reload them from disk. |
Shortcut | Function | Use this shortcut to... |
---|---|---|
CtrlAltEnter | Start new line before current one | Start a new line before the current one. |
CtrlAlt0↓ CtrlAlt0↑ | Navigate to Next/Previous Occurrence | Navigate to the next/previous found item. |
CtrlAlt0← | Back | Undo last navigation operation. See page about navigated items
|
CtrlAlt0→ | Forward | Redo last undone navigation operation. See page about navigated items
|
CtrlAltHome | Navigate to Related Symbol | Navigates between files with the various relationships. |
Shortcut | Function | Use this shortcut to... |
---|---|---|
CtrlAltF6 | Switch to another coverage suite. | Open the Coverage Suites popu-up window and select the desired suite to run. |
CtrlAltF7 | Show usages | Show usages of a symbol at the caret. |
CtrlAltF8 | Quick Evaluate Expression | Evaluate an arbitrary expression without calling Evaluate Expression dialog. |
CtrlAltF9 | Force Run to Cursor | Run to the line where the caret is located, ignoring breakpoints. |
Thanks for your feedback!