Skip to content

Releases: shikhorroy/KHelper

KHelper-1.0.0: Initial Public Release

26 Dec 08:30
4fd1094

Choose a tag to compare

🚀 Overview

KHelper is an IntelliJ IDEA plugin that streamlines competitive programming workflows for Kotlin and Java programmers.
This initial public release focuses on removing repetitive setup tasks so you can focus entirely on problem solving.


✨ Key Features

  • Competitive Companion Integration
    Automatically imports problems from supported online judges using the Competitive Companion browser extension.

  • Source File Generation
    Generates Kotlin and Java solution files from customizable templates.

  • Test Case Management
    Create, edit, delete, and organize multiple input/output test cases inside the IDE.

  • Run & Debug with Test Cases
    Run or debug solutions against selected test cases without manual input handling.

  • Automatic Run/Debug Configuration
    Automatically generates required run and debug configurations.

  • Merged Source Generation
    Produces a single merged source file suitable for submission, including local libraries.

  • One-Click Problem Access
    Open the original problem statement directly from IntelliJ IDEA.

  • Submission-Ready Workflow
    Copy or select final source code easily for submission.

  • Light Theme Support
    Fully compatible with IntelliJ IDEA light theme.