Latest

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

Interactive Rebase

Tip

Interactive Rebase
Clean up your commit history by using interactive rebase in IntelliJ IDEA.
File Structure

Tip

File Structure
Get a quick overview of the structure of your class file.
Explain Runtime Error with AI Assistant

Tip

Explain Runtime Error with AI Assistant
Let AI Assistant explain runtime errors to you.
Generate Django Intentions with AI Assistant

Tip

Generate Django Intentions with AI Assistant
How AI Assistant can help you to generate Django Intentions.
Use AI Assistant to Generate Documentation

Tip

Use AI Assistant to Generate Documentation
How AI Assistant can help you to generate documentation.
Find and Fix Problems with AI Assistant

Tip

Find and Fix Problems with AI Assistant
How AI Assistant can help you find and fix problems in your code.
Explain Selected Commits with AI Assistant

Tip

Explain Selected Commits with AI Assistant
How AI Assistant can help you understand a selection of commits.
Test Regular Expressions in the IDE

Tip

Test Regular Expressions in the IDE
WebStorm helps test regular expressions on the fly.
How to improve code quality in game development with Qodana and Unity

JetBrains Blog

How to improve code quality in game development with Qodana and Unity
Game development with Qodana and Unity.
JetBrains AI with Jodie Burchell

Link

JetBrains AI with Jodie Burchell
The design challenges of adding AI tools to software products, and the team’s particular interest in auto-generating code documentation.
Use JetBrains AI Assistant To Help You Understand Changes In Your Code

JetBrains Blog

Use JetBrains AI Assistant To Help You Understand Changes In Your Code
Luckily, code never lies, and with the growing capabilities of LLMs and AI Assistants to parse and summarize input, we can start to focus our understanding of prior work and make plans to extend or modify a codebase.
Writing a Java Inspection for IntelliJ IDEA Using AI Assistant

JetBrains Blog

Writing a Java Inspection for IntelliJ IDEA Using AI Assistant
Using AI Assistant to write a new Java inspection for IntelliJ IDEA, and write down my experience.