Explore the JetBrains Guide

Looking to learn something new, or refresh your existing skills?

Latest content

tip

Quickly Jump to Line
Go to a specific line in a file using the Go to file popup.

tip

Create Conditional Breakpoints
Add a condition to a breakpoint when debugging.

tip

Commit Changes
Commit your changes to VCS

tip

Disable Usages
Disable the inlay hint for Usages

tip

Evaluate Expression
Evaluate an expression during a debugging session

tip

Magic Wand
Use the Magic Wand to Resolve Simple Conflicts

tip

Open File
Open a file from the Project tool window

tip

Quick Documentation
Pull up Quick Documentation in the editor

tip

Type Information
Pull up Type Information for an expression

tip

Automate checks for your Django project
Extend Django's system check framework to turn painful code reviews into a joy.

tip

Demystifying nulls and blanks in Django
What is the difference between blank=True and null=True anyway?

tip

Django + htmx = ❤️
Speed up your Django list view with htmx and pagination.