0% found this document useful (0 votes)
12 views1 page

Reference Card

The document provides a comprehensive list of keyboard shortcuts for various actions in an Integrated Development Environment (IDE). It categorizes shortcuts into sections such as 'Create and Edit', 'Navigate in Context', 'Build, Run, and Debug', and 'Version Control'. Each section includes specific key combinations for tasks like code completion, navigation, refactoring, and version control operations.

Uploaded by

Tanina Lounissi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views1 page

Reference Card

The document provides a comprehensive list of keyboard shortcuts for various actions in an Integrated Development Environment (IDE). It categorizes shortcuts into sections such as 'Create and Edit', 'Navigate in Context', 'Build, Run, and Debug', and 'Version Control'. Each section includes specific key combinations for tasks like code completion, navigation, refactoring, and version control operations.

Uploaded by

Tanina Lounissi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

MASTER YOUR IDE ANALYZE AND EXPLORE

Find action… Ctrl + Shift + A Show error description Ctrl + F1


Open a tool window Alt + [0-9] Next / previous highlighted error F2 / Shift + F2
Synchronize Ctrl + Alt + Y Run inspection by name… Ctrl + Alt + Shift + I
Find any action inside the IDE Ctrl + Shift + A Quick switch scheme… Ctrl + ` Type / call hierarchy Ctrl + H / Ctrl + Alt + H
Settings… Ctrl + Alt + S
CREATE AND EDIT Jump to source / navigation bar F4 / Alt + Home NAVIGATE IN CONTEXT
Show intention actions Alt + Enter Jump to last tool window Select in… Alt + F1
F12
Basic code completion Ctrl + Space Hide active / all tool windows Recently viewed / Recent locations Ctrl + E / Ctrl + Shift + E
Shift + Esc / Ctrl + Shift + F12
Smart code completion Ctrl + Shift + Space Go to next / previous editor tab Last edit location Ctrl + Shift + Back
Alt + Right / Alt + Left
Type name completion Ctrl + Alt + Space Go to editor (from a tool window) Navigate back / forward Ctrl + Alt + Left / Right
Esc
Complete statement Ctrl + Shift + Enter Close active tab / window Go to previous / next method Alt + Up / Down
Ctrl + Shift + F4 / Ctrl + F4
Parameter information / context info Ctrl + P / Alt + Q Go to line / column… Ctrl + G
Quick definition Ctrl + Shift + I FIND EVERYTHING Go to code block end / start Ctrl + ] / [
Quick / external documentation Ctrl + Q / Shift + F1 Search everywhere Double Shift Add to favorites Alt + Shift + F
Generate code Alt + Insert Find / replace Ctrl + F / R Toggle bookmark F11
Override / implement members Ctrl + O / Ctrl + I Find in path / Replace in path Ctrl + Shift + F / R Toggle bookmark with mnemonic Ctrl + F11
Surround with… Ctrl + Alt + T Next / previous occurence F3 / Shift + F3 Go to numbered bookmark Ctrl + [0-9]
Comment with line comment Ctrl + / Find word at caret Ctrl + F3 Show bookmarks Shift + F11
Extend / shrink selection Ctrl + W / Ctrl + Shift + W Go to class / file Ctrl + N / Ctrl + Shift + N
Optimize imports Ctrl + Alt + O Go to file member Ctrl + F12 BUILD, RUN, AND DEBUG
Auto-indent lines Ctrl + Alt + I Go to symbol Ctrl + Alt + Shift + N Run context configuration Ctrl + Shift + F10
Cut / Сopy / Paste Ctrl + X / Ctrl + C / Ctrl + V Run / debug selected configuration Alt + Shift + F10 / F9
Copy document path Ctrl + Shift + C NAVIGATE FROM SYMBOLS Run / debug current configuration Shift + F10 / F9
Paste from clipboard history Ctrl + Shift + V Declaration Ctrl + B Step over / into F8 / F7
Duplicate current line or selection Ctrl + D Type declaration (JavaScript only) Ctrl + Shift + B Smart step into Shift + F7
Move line up / down Ctrl + Shift + Up / Down Super method Ctrl + U Step out Shift + F8
Delete line at caret Ctrl + Y Implementation(s) Ctrl + Alt + B Run to cursor / Force run to cursor Alt + F9 / Ctrl + Alt + F9
Join / split line Ctrl + Shift + J / Ctrl + Enter Find usages / Find usages in file Alt + F7 / Ctrl + F7 Show execution point Alt + F10
Start new line Shift + Enter Highlight usages in file Ctrl + Shift + F7 Evaluate expression… Alt + F8
Toggle case Ctrl + Shift + U Show usages Ctrl + Alt + F7 Stop Ctrl + F2
Expand / collapse code block Ctrl + NumPad + / - Stop background processes… Ctrl + Shift + F2
Expand / collapse all Ctrl + Shift + NumPad + / - REFACTOR AND CLEAN UP Resume program F9
Save all Ctrl + S Refactor this… Ctrl + Alt + Shift + T Toggle line breakpoint Ctrl + F8
Copy… / Move… F5 / F6 Toggle temporary line breakpoint Ctrl + Alt + Shift + F8
VERSION CONTROL Safe delete… Alt + Delete Edit / view breakpoint Ctrl + Shift + F8
VCS operations popup… Alt + ` Rename… Shift + F6
Commit Ctrl + K Change signature… Ctrl + F6
Update project Ctrl + T Inline… Ctrl + Alt + N
Recent changes Alt + Shift + C Extract method Ctrl + Alt + M jetbrains.com/pycharm
Revert Ctrl + Alt + Z Introduce variable/ parameter Ctrl + Alt + V / P jetbrains.com/help/pycharm
Push… Ctrl + Shift + K Introduce field / constant Ctrl + Alt + F / C blog.jetbrains.com/pycharm
6597
Next / previous change Ctrl + Alt + Shift + Down / Up Reformat code Ctrl + Alt + L
@pycharm

You might also like