Skip to content

kcl-lang/vscode-kcl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a3cf723 · Aug 6, 2024

History

42 Commits
Jul 29, 2024
Jul 17, 2023
Jul 6, 2023
Jul 1, 2024
Jun 11, 2024
Jun 25, 2024
May 24, 2022
May 24, 2022
Apr 12, 2023
May 24, 2022
May 24, 2022
Jul 15, 2024
Jul 17, 2023
Jul 1, 2024
Jul 1, 2024
Jun 25, 2024
Jul 29, 2024
Aug 6, 2024
Jun 11, 2024
Jul 29, 2024

Repository files navigation

KCL Extension for Visual Studio Code

Quick Start

  • Step 1. Install KCL on your system. Please check that kcl and kcl-language-server are installed and have been added to Path

    which kcl
    which kcl-language-server
  • Step 2. Install the KCL extension for Visual Studio Code. This extension requires the VS Code 1.50+

  • Step 3. Open or create a KCL file and begin your KCL tour!

Features

This extension provides some coding assistance, including the following features:

  • Syntax Highlight: Highlight
  • Goto Definition: Goto definition of schema, variable, schema attribute, and import pkg. Goto Definition
  • Completion: Keywords completions and dot(.) completion. Completion
  • Outline: Main definition(schema def) and variables in KCL file Outline
  • Hover: Identifier information (type and schema documentation) Hover
  • Diagnostics: Warnings and errors in KCL file. Diagnostics

Other useful features such as refactoring and testing are in development.

Dependencies

We recommend that you use the latest version of KCLVM, but the minimum required version for this extension is 0.4.6. If you are using an earlier version, the extension may not work properly.

Known Issues

  • Hover and GotoDefintion: The current hover and goto definitions are similar to global search, and there may be multiple results for some Identifiers with the same name.
  • Completion: Currently, we only support keyword completion and dot-triggered completion (e.g., schema.attr, pkg.schema and str.methods ). Full semantic completion is in development.

Ask for help

If the extension isn't working as you expect, please contact us with community for help

Contributing

We are working actively on improving the KCL development on VS Code. All kinds of contributions are welcomed. You can refer to our contribution guide. It introduces how to build and run the extension locally, and describes the process of sending a contribution.

License

Apache License Version 2.0