Latest

All the resources in the Guide, starting with most recent.

Enable vim keybindings with IdeaVim plugin

Tip

Enable vim keybindings with IdeaVim plugin
Use the same keybindings from vim with a PlugIn
Rename Symbol

Tip

Rename Symbol
Change a variable name, class name, or other symbol, across the project.
Rename a File and its References

Tip

Rename a File and its References
Change your mind on a file name and the IDE makes all the changes for you.
Quick Documentation

Tip

Quick Documentation
View arguments and documentation without interrupting your flow.
View Parameter Info

Tip

View Parameter Info
Quickly see function arguments and argument types.
Move Block Up/Down Using Keyboard

Tip

Move Block Up/Down Using Keyboard
Use the keyboard to move a line or selection up or down in your file.
Make and Extend Selection Using Keyboard

Tip

Make and Extend Selection Using Keyboard
Use the keyboard to select blocks of code then extend/shrink the selection.
Add Line After/Before

Tip

Add Line After/Before
Smart-add a line, from the middle of a line, after or before the current line.
Run Single Test

Tip

Run Single Test
Speed up testing by focusing on one test.
Generate Imports While Typing

Tip

Generate Imports While Typing
Avoid interruption by letting PyCharm generate your imports as you type.
Optimize Imports

Tip

Optimize Imports
Automate the organizing and cleaning up of your Python imports with optimize imports.
Navigate Cursor Position Back and Forth

Tip

Navigate Cursor Position Back and Forth
Easily navigate back to where you were, or where you went.