PyCharm 2.7 Web Help

This section lists and describes the keyboard shortcuts that include the Ctrl+AltCtrl Alt keys:

Ctrl+Alt+Alphanumeric keys

ShortcutFunctionUse this shortcut to...
Ctrl+Alt+BCommand Alt BNavigate to ImplementationNavigate to implementation of an item at the caret.
Ctrl+Alt+CCommand Alt CExtract ConstantReplace selected expression with a constant (static final field) (Refactoring).
Ctrl+Alt+FCommand Alt FExtract FieldPut a selected expression result into a field (Refactoring).
Ctrl+Alt+HControl Alt HCall HierarchyBrowse call hierarchy for the selected method.
Ctrl+Alt+ICommand Alt IAuto-indent LinesIndent current line or selected block according to the Code Style Settings.
Ctrl+Alt+JCommand Alt JSurround with Live TemplateSurround the selection with one of the Live Templates.
Ctrl+Alt+MCommand Alt MExtract MethodCreate a method from the selected code (Refactoring).
Ctrl+Alt+NCommand Alt NInlineInline a selected method/variable (Refactoring).
Ctrl+Alt+PCommand Alt PExtract ParameterTurn a selected expression into a method parameter (Refactoring).
Ctrl+Alt+TCommand Alt TSurround withSurround selected code fragment with if, while, try/catch, or another construct.
Ctrl+Alt+VCommand Alt VExtract VariablePut selected expression result into a variable (Refactoring).
Ctrl+Alt+YCommand Alt YSynchronizeDetect all externally changed files and reload them from disk.

Ctrl+Alt+Navigation keys

ShortcutFunctionUse this shortcut to...
Ctrl+Alt+DownCommand Alt DownNavigate to Next OccurrenceNavigate to a next found item in the Find or Messages tool window.
Ctrl+Alt+LeftCommand Alt LeftBack Undo last navigation operation.

Note

On a Mac OS X computer, you can also use the three-finger right-to-left swipe gesture.

Ctrl+Alt+RightCommand Alt RightForward Redo last undone navigation operation.

Note

On a Mac OS X computer, you can also use the three-finger left-to-right swipe gesture.

Ctrl+Alt+UpCommand Alt UpClass Name Code CompletionComplete class name and, if necessary, create an import statement for it.
Ctrl+Alt+HomeCommand Alt HomeNavigate to Related FileNavigates between files with the various relationships. See Navigation in Source Code.

Ctrl+Alt+Function (F) key

ShortcutFunctionUse this shortcut to...
Ctrl+Alt+F6Command Alt F6Switch to another coverage suite.Open the Coverage Suites popu-up window and select the desired suite to run.
Ctrl+Alt+F7Command Alt F7Show usagesShow usages of a symbol at the caret.
Ctrl+Alt+F8Command Alt F8Quick Evaluate ExpressionEvaluate an arbitrary expression without calling Evaluate Expression dialog box.
Ctrl+Alt+F9Command Alt F9Force Run To CursorRun to the line where the caret is located, ignoring breakpoints.

See Also

Procedures:

Reference:

Getting Started:

Web Resources: