Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>kaleidoNew to Visual Studio Code? Get it now.
kaleido

kaleido

Alex Nash

|
23 installs
| (0) | Free
Scripting Language Made For Fun
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Kaleido Language Support (kld)

Kaleido is a scripting language made for fun!
This VS Code extension provides syntax highlighting, basic autocomplete, and a "Run" button for .kld files.


Features

  • Syntax highlighting for all Kaleido keywords, types, numbers, strings, comments, and operators.
  • "Run Kaleido File" command and play button to execute .kld scripts using your Python interpreter.
  • Basic autocomplete for Kaleido keywords (if you added it).

Syntax Highlighting Example


Requirements

  • Python installed and available in your system PATH.
  • Your Kaleido interpreter (main.py and related files).
  • (Optional) The Python extension for VS Code for debugging support.

Usage

  1. Open a .kld file in VS Code.
  2. Use the play button (▶️) in the top-right to run the current file, or use Ctrl+Shift+B to run via the task.
  3. See output in the integrated terminal.

Extension Settings

This extension does not add any custom settings.


Known Issues

  • Only basic syntax highlighting and run support are included.
  • No advanced language features (linting, error checking, etc.) yet.

Release Notes

0.0.1

  • Initial release: syntax highlighting, run command, and play button for .kld files.

Enjoy using Kaleido in VS Code!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft