This plugin helps you tackle technical debt by running deep inspections across your project and fixing code smells with the help of AI. It scans your entire codebase, identifies the most problematic areas, and uses LLM-powered suggestions to apply meaningful fixes—all in one flow.
Behind the scenes, it leverages a smart, efficient inspection engine that crawls the file system and PSI tree to detect complex, hard-to-maintain code. Once inspections are collected, the plugin builds a prompt enriched with project context and sends it to an LLM (via OpenAI). The response is then turned into actionable fixes applied across relevant files.
-
Cross-file inspection results that highlight deeply nested or complex logic
-
Clear, AI-generated fix suggestions tailored to each inspection
-
One-click quick-fix UI to preview and apply changes
-
A progress dialog to follow the inspection → fix pipeline
-
Automatic fix application to all impacted files
-
Background metrics collection to analyze inspection usage and effectiveness
-
Open your project in IntelliJ.
-
Right-click on the project root and select "Run AI Inspection Analysis".
-
The plugin will scan your codebase and list all detected issues across files.
-
For each inspection, you’ll see the description and a "Fix with AI" option.
-
Click it. The plugin prepares a prompt, sends it to the LLM, and shows a progress dialog.
-
Once the fix is ready, it's applied to all affected files automatically.
-
You can review changes, accept, or revert them just like with regular code suggestions.
