Latest

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

Tips for Reading Code

Tutorial

Tips for Reading Code
Tips to help you read and understand code in IntelliJ IDEA.
Additional hints

Part of tutorial

Additional hints
Quick Documentation & Type Information.
Formatting

Part of tutorial

Formatting
Formatting Code in IntelliJ IDEA.
JetBrains AI Assistant

Part of tutorial

JetBrains AI Assistant
Using AI Assistant to understand code.
Build a Spring Boot App with AI Assistant

JetBrains Blog

Build a Spring Boot App with AI Assistant
Build a small Java Spring Boot web application in IntelliJ IDEA with the help of JetBrains AI Assistant.
How to Generate PHP Tests With JetBrains AI Assistant

JetBrains Blog

How to Generate PHP Tests With JetBrains AI Assistant
JetBrains AI Assistant, coupled with PhpStorm, can bring about a transformative change in your testing routine.
Critical Thinking in an AI Powered World

JetBrains Blog

Critical Thinking in an AI Powered World
Strengths and weaknesses of JetBrains AI Assistant, examples of edge cases, and strategies to get better results.
Do you do enough testing? pytest to the rescue!

YouTube

Do you do enough testing? pytest to the rescue!
Join us to learn how you can use pytest to find bugs, improve code quality, and even have some fun along the way.
AI for PHP, How to Make AI Assistant Generate Test Implementations

JetBrains Blog

AI for PHP, How to Make AI Assistant Generate Test Implementations
Take a more test-driven-development approach, writing tests first, and having AI Assistant generate an implementation.
How To Use AI Assistant to Generate Test Data For .NET Applications

JetBrains Blog

How To Use AI Assistant to Generate Test Data For .NET Applications
Scenarios to generate test data with the JetBrains AI Assistant for .NET unit tests to produce a more valuable and less brittle test suite.
Three pytest features you will love

JetBrains Blog

Three pytest features you will love
One of the most popular frameworks for Python is pytest, and it comes with several cool features.
Productive pytest with PyCharm

YouTube

Productive pytest with PyCharm
Testing is a major part of Python development and pytest has become the leading testing framework.