Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>CKSP ToolsNew to Visual Studio Code? Get it now.
CKSP Tools

CKSP Tools

mvatter

|
42 installs
| (2) | Free
Language support for KSP (Kontakt Script Processor) and cksp, including the cksp compiler.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CKSP Tools (VS Code Extension)

Extension Issues  |  Compiler Issues  |  Documentation

The CKSP Tools project aims to bring a modern development environment for Native Instruments’ Kontakt to Visual Studio Code. It combines language support for the Kontakt Script Processor and the cksp dialect with a compiler/transpiler that extends KSP with modern programming concepts. The language support features are configured to automatically work with *.ksp, *.cksp and *.txt files. Note: This extension is still in the beta phase, so I would love to hear your feedback and suggestions for improvements. Not all new language constructs of cksp are working with hovering or jumping to definitions yet and the Kontakt integration is not as stable as I would like it to be.

The CKSP Compiler

At the heart of the project is the CKSP compiler. It introduces higher-level language features such as local variables, functions, and data structures, making scripts easier to read, write, and maintain. cksp-object

  • CKSP syntax is a modernized version of KSP with elements from Lua, TypeScript, and Python.
  • Existing KSP scripts are supported – you can compile both *.cksp and *.ksp files.
  • Compilation is fast, even for large projects. The output is a standard *.txt file that Kontakt can load as usual.
  • Export paths can be controlled directly inside code via #pragma directives.

Extension Features

Compiler Integration

  • Compile the current file (Ctrl+R) or a designated main file (Ctrl+Shift+R).
  • Sidebar integration: browse, download, and manage compiler versions.
  • Auto-update notifications when new compiler releases are available.
  • Designed for a smooth transition from SublimeKSP, with many familiar features built-in.

Language & Editor Support

  • Syntax Highlighting for both CKSP and vanilla KSP.
  • Signature Help showing function signatures and arguments while typing. hover-provider
  • Hover Provider for built-in constants, commands, and user-defined functions. hover-provider
  • Go to Definition and Find References for functions, macros, and defines.
  • Document & Workspace Symbols for fast navigation across files.
  • Completion Provider with suggestions for built-in commands and user-defined symbols.

Kontakt Integration

  • Open Kontakt directly from the editor (via sidebar).
  • Kontakt Log Viewer inside VS Code with filtering – no need for Creator Tools. hover-provider
  • Lua Console Output shown in a dedicated panel when running Lua scripts with the Lua API.

Resources

For a full list of features, code examples, and usage instructions, I have put together an Online Documentation. There are public issue repositories for both the compiler and the CKSP Tools extension. There you can report bugs, request features, or ask questions about the compiler and the extension. The compiler repo itself is not yet public, but I intend to do so after the project has matured a bit more.

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