Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
Signed-off-by: rehan <[email protected]>
  • Loading branch information
RehanChalana committed Oct 12, 2024
1 parent 827fdaa commit 6b34a36
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
<!-- Plugin description -->

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 6b34a36

Please sign in to comment.