Back to news
Mar 12, 2026
2 min read

🧠 QonQrete v1.1.7-stable — IntelliJ Plugin: JetBrains Support Arrives

QonQrete goes JetBrains. Native Kotlin plugin for IntelliJ IDEA, WebStorm, PyCharm, and the whole JetBrains family.

🧠 QonQrete v1.1.7-stable Released

March 12, 2026 | Major Feature Release — IntelliJ Plugin


JetBrains crew, your time has come. QonQrete now has a fully native IntelliJ IDEA plugin written in Kotlin.

IntelliJ Plugin Features

  • Tool Window Panel: Full worQspace visualization with qage navigation
  • Status Widget: Version and run state in your status bar
  • Settings Integration: Native IDE settings configurable
  • Action Suite: Run, Resume, Clean, Open Tasq — all from IDE

Supported IDEs

The plugin works with the entire JetBrains ecosystem:

  • IntelliJ IDEA (Community & Ultimate)
  • WebStorm
  • PyCharm
  • PhpStorm
  • RubyMine
  • GoLand
  • Any JetBrains IDE (2023.3+)

Architecture

Built with the IntelliJ Platform SDK in Kotlin:

sh.qonqrete.intellij/
├── actions/       // RunTasqAction, ResumeAction, etc.
├── services/      // QonQreteProjectService
├── ui/            // ToolWindowPanel, ConfigDialog
└── util/          // CommandBuilder, validation

Installation

# Build from source
cd intellij-plugin
./gradlew buildPlugin

# Find the ZIP in build/distributions/
# Install: Settings → Plugins → ⚙️ → Install from Disk

Coming Soon

  • JetBrains Marketplace listing
  • Auto-update support
  • Live templates integration

#QonQrete #v1.1.7 #IntelliJ #JetBrains #Kotlin #LocalFirst