amyXia1994 / intellij-kcl-new

new from template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

intellij-kcl

Build Version Downloads

Template ToDo list

The KCL IntelliJ IDEA plugin provides rich language support(highlighting, formatting, etc.) for the KCL language.

Quick Start

  • Step 1. Install kcl on your system. We highly recommend to install the Kusion tools package which contains the KCL language support and other tools.
  • Step 2. Install the KCL plugin for IntelliJ IDEA. Download the distribution from here and in IntelliJ IDEA, click Preference -> plugins -> install Plugin from Disk... -> select kcl-idea-plugin zip -> restart IDE. This plugin requires the IntelliJ IDEA 2020.2+
  • Step 3. Open or create a KCL file and begin your KCL tour!

Features

This extension provides coding assistance such as basic syntax highlight, IntelliSense such as auto complete, and some basic code navigation. Other useful features such as diagnostics and testing are in developing.

Following features requires the kcl tool installed:

  • Code Formatting: Right click on the editor and select KCL Tools -> Format File to format current KCL file; Right click on the target directory in the project structure panel, select KCL Tools -> Format Directory to format all files under the selected folder.

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "intellij-kcl" > Install Plugin

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...


Plugin based on the IntelliJ Platform Plugin Template.

About

new from template


Languages

Language:Java 86.2%Language:Lex 9.9%Language:Kotlin 3.8%Language:Makefile 0.1%