Latest

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

Quick Documentation

Tip

Quick Documentation
View documentation for any symbol without interrupting your workflow.
Fuzz testing

Tip

Fuzz testing
Automate your tests by continuously submitting various input.
Navigate to the Last Edited Location

Tip

Navigate to the Last Edited Location
Move around the files you're working on quickly with keyboard shortcuts.
Working with SQL and databases in Rider

YouTube

Working with SQL and databases in Rider
In this webinar, we'll show the basics of writing SQL queries and working with data in Rider. All described is also relevant to the dedicated database IDE called DataGrip and all other IntelliJ-based IDEs.
Faster Django Queries With Materialised Views

YouTube

Faster Django Queries With Materialised Views
Materialized views can be very useful for creating reports that will be used repeatedly. They cut down on query times because the query has already been made, and the view has been written to the disk.
Inject a Language

Tip

Inject a Language
Language injections let you work with pieces of code in other languages embedded in your code.
Edit a Document in IntelliJ IDEA LightEdit Mode

Tip

Edit a Document in IntelliJ IDEA LightEdit Mode
Use IntelliJ IDEA’s text editing features without creating or opening a dedicated project.
Determining the Return Type of Expression

Tip

Determining the Return Type of Expression
Type Info is very helpful on a per-expression basis to understand your code.
Add Your Favourite Photo as a Background

Tip

Add Your Favourite Photo as a Background
If you want to look at your favourite photo while coding you can set it as your background image.
Pattern Matching for Switch

Tip

Pattern Matching for Switch
This feature is available in preview from Java 17.
Working with Apache Tomcat in IntelliJ IDEA.

Tutorial

Working with Apache Tomcat in IntelliJ IDEA.
How to start a new project that uses Apache Tomcat and work with existing projects
Working with Tomcat

Part of tutorial

Working with Tomcat
Working with Tomcat in IntelliJ IDEA.