Latest

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

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.
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.