Latest

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

Wrap Selection With Tag

Tip

Wrap Selection With Tag
Use the keyboard to put a wrapper tag around a selection of code.
Spot Coverage Gaps Using the Gutter

Tip

Spot Coverage Gaps Using the Gutter
Let the IDE help you spot coverage gaps in your testing.
Split Screen Without Tabs

Tip

Split Screen Without Tabs
Get your code and tests side-by-side without resorting to tabs.
Put New Project Under Version Control

Tip

Put New Project Under Version Control
The fastest way to register a new project directory under local version control.
Create SQLite Database Connection

Tip

Create SQLite Database Connection
How to drag-and-drop a .sqlite database file onto the Database tool to create a connection.
Run From Keyboard

Tip

Run From Keyboard
Use the keyboard to select and run a run configuration.
Evaluate Expression During Debugging

Tip

Evaluate Expression During Debugging
Select your code and execute it, in the right context.
Auto-Run Tests

Tip

Auto-Run Tests
Get into testing mode by telling PyCharm to automatically re-run tests as you type.
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.