Latest

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

Completion Tips & Tricks

Playlist

Completion Tips & Tricks
Know everything there is to know about Code Completion.
42 Tips and Tricks

Playlist

42 Tips and Tricks
Become an IDE champ with these bite-sized tips and tricks.
Speed Up Coverage with Configuration File

Tip

Speed Up Coverage with Configuration File
Speed up your "visual coverage" with a config file and correct working directory.
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.
Run npm Scripts from package.json

Tip

Run npm Scripts from package.json
Browse your package.json scripts and run in a dedicated tool window.
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.