IntelliJ Platform Plugin SDK
 
IntelliJ Platform Explorer

Code Inspections

Edit pageLast modified: 07 October 2024

The IntelliJ Platform provides tools designed for static code analysis called code inspections, which help the user maintain and clean up code without actually executing it. Custom code inspections can be implemented as IntelliJ Platform plugins. An example of the plugin approach is the comparing_string_references_inspection code sample.

See the Inspections topic in UI Guidelines on naming, writing description, and message texts for inspections.