Welcome to the official Visual Studio Code extension for the Chuks programming language. This extension provides rich language support, including syntax highlighting, code completion, and project management tools.
Features
Syntax Highlighting: Colorization for Chuks keywords, types, and structures.
IntelliSense: Smart code completion and suggestions.
Diagnostics: Real-time error checking and linting.
Project Structure: Commands to create, build, and run Chuks projects.
Requirements
Chuks CLI: Ensure the chuks command-line tool is installed and available in your PATH.
Extension Settings
This extension contributes the following settings:
chuks.enable: Enable/disable this extension.
chuks.executablePath: Path to the chuks CLI executable (optional).