Learn about JetBrains AI Assistant

Learn about JetBrains AI Assistant

Problem-solving with JetBrains AI Assistant

Harnessing the Power of AI in IntelliJ IDEA

YouTube

Harnessing the Power of AI in IntelliJ IDEA
Exploring AI-powered code generation, refactoring, and agentic automation with IntelliJ IDEA and Junie.
7 Things You Didn’t Know about AI Assistant Chat

YouTube

7 Things You Didn’t Know about AI Assistant Chat
Discover 7 things you might not know about using JetBrains AI Assistant Chat.
7 Ways AI Assistant Can Help You with Version Control

YouTube

7 Ways AI Assistant Can Help You with Version Control
Let's look at ways that JetBrains AI Assistant can help you work with version control.
The Problem of Understanding Code is Solved: AI Assistant to the Rescue

YouTube

The Problem of Understanding Code is Solved: AI Assistant to the Rescue
Let's look at using JetBrains AI Assistant to help you understand existing code.
Streamline Your Workflow in IntelliJ IDEA's Database Tools With AI Assistant

JetBrains Blog

Streamline Your Workflow in IntelliJ IDEA's Database Tools With AI Assistant
Use Assistant’s capabilities within Database Tools for more efficient data querying and handling.
AI Assistant: Don’t Code Alone

YouTube

AI Assistant: Don’t Code Alone
Let's look at using JetBrains AI Assistant in quasi-real-world development situations.
Generate Unit Tests Using AI Assistant

JetBrains Blog

Generate Unit Tests Using AI Assistant
Can you make your life easier as a developer by using AI to generate unit tests?
Creating Custom AI Assistant Prompts with ReSharper

JetBrains Blog

Creating Custom AI Assistant Prompts with ReSharper
Write custom prompts for use with the JetBrains AI Assistant in ReSharper and Rider so you can make the most of AI.
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.
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.
AI for PHP, How to Tweak AI Prompts to Improve PHP Tests

JetBrains Blog

AI for PHP, How to Tweak AI Prompts to Improve PHP Tests
Generate boiler plate code and jump straight to the more interesting part of making tests.
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.