PROJECT

Sonar Prompt Studio

IntelliJ plugin for Sonar review and remediation prompt generation.

Review SonarQube findings and generate remediation prompts for coding agents directly inside IntelliJ IDEA. This plugin brings the same Sonar review and prompt-generation workflow into IntelliJ so remediation can stay inside the primary development environment.

Sonar Prompt Studio cover image

Technical details

Stack

  • Kotlin, IntelliJ Platform SDK, and Gradle
  • JetBrains secure credential storage and native settings integration
  • Plugin actions, services, discovery, backend, and UI layers
  • JUnit and platform tests for discovery, state, services, and prompt building

Architecture hints

  • Plugin actions, services, backend access, discovery, and UI are separated into clear platform-native layers
  • Sonar connection logic and prompt generation are kept independent from the IntelliJ presentation layer
  • Secure token storage and project discovery are treated as shared application services
  • The plugin mirrors the VS Code feature set while adapting the workflow to JetBrains-native extension points