Explore the JetBrains Guide

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

Latest content

tutorial

Build an Asteroids game in Unity with JetBrains Rider
Recreating a version of the classic arcade video game

tutorial

How to Build Pong with Godot and JetBrains Rider
We'll walk you through building a Pong game using Godot Game Engine and JetBrains Rider.

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

Disable Usages
Disable the inlay hint for Usages

tip

Evaluate Expression
Evaluate an expression during a debugging session

tip

Open File
Open a file from the Project tool window

tip

Commit Changes
Commit your changes to VCS

tip

Magic Wand
Use the Magic Wand to Resolve Simple Conflicts

tip

Type Information
Pull up Type Information for an expression

tip

Quick Documentation
Pull up Quick Documentation in the editor

tip

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