From 6b34a36336f1defd3bcbb29b9b7645acd204ff9d Mon Sep 17 00:00:00 2001 From: rehan Date: Sat, 12 Oct 2024 13:49:43 +0530 Subject: [PATCH] docs: update README Signed-off-by: rehan --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index d802214..a58dd61 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/kcl-lang/intellij-kcl/ci.yml) + +[![JetBrains Plugin Version](https://img.shields.io/jetbrains/plugin/v/io.kusionstack.kcl)](https://plugins.jetbrains.com/plugin/23378-kcl) # KCL Plugin for IntelliJ IDEA @@ -31,8 +34,15 @@ This extension provides many coding assistance based on Language Server Protocol + **Code Action:** Quick fix for some errors + **InlayHint:** Hint for variable type, function and schema args +![image](https://github.com/user-attachments/assets/b0e4af8b-f4dc-4e93-ac05-b94020ba43dc) + + Other useful features such as diagnostics and testing are in developing. +## Requirements ++ Intellij IDEA 2023.2 or more recent ++ Java JDK (or JRE) 17 or more recent + ## Ask for help If the plugin isn't working as you expect, please reach out to us by filing an issue.