Skip to content

KHelper Setup

Shikhor Roy edited this page Dec 29, 2025 · 10 revisions

Installation

To install KHelper you have two options:

  1. You can search KHelper in Jetbrians Marketplace from IntelliJ IDEA (Go to Settings > Plugins > KHelper)
Jetbrains Marketplace
  1. Download the latest release from here and install it manually (Settings > Plugins > Install Plugin from Disk)
image

Configuration

  1. New Project: Create a new project in IntelliJ IDEA

    • Empty Project: Select an empty project, provide project information and hit on Create button.
    image
    • Verification: After project creation successful, click on KHelper icon from tool windows. It should show KHelper information if installed properly.
    image

  1. Toolbar: Right click on toolbar and select Customize Toolbar

    Toolbar setup
    • Add KHelper: Select Right and Click on Add
    image
    • Find KHelper: Search Khelper, Select it, Change icon to KHelper and hit on Ok
    image
    • Verification: KHelper tool should be added on main toolbar
    image

  1. KHelper Settings: Click on KHelper tool and click on Settings.

    KHelper Settings
    • Customize Settings: You can (1) select your preferred language (Kotlin or Java), (2) set your code template or (3) reset it to default, (4) set your Main source generator directory.
    image

  1. Project Settings: Create a kotlin (or java) folder as: src/main/kotlin (or src/main/java). Open Project Structure from File > Project Structure.

    • Project: Select (1) Project and (2) SDK should be 21 or later. You can set (3) Language level as SDK Default
    image
    • Module: Select (1) Modules, (2) Select src/main/kotlin or src/main/java (or you can select both, if you have both). (3) Mark as Sources. It should add (4) Source Folders. Click on OK.
    image

Congratulations! You successfully setup your KHelper plugin. 👏

Clone this wiki locally