Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Kilnx ToolkitNew to Visual Studio Code? Get it now.
Kilnx Toolkit

Kilnx Toolkit

AToolZ

|
1 install
| (0) | Free
Complete Kilnx development toolkit: syntax highlighting, LSP diagnostics, completions, hover docs, and snippets for the declarative backend language
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Kilnx

Kilnx Toolkit

Complete development toolkit for Kilnx, the declarative backend language for the htmx era.

Version Installs License

Features

  • Syntax Highlighting for all 27 keywords, SQL, HTML, htmx attributes, and template interpolation
  • Diagnostics with parse errors, type mismatches, and security warnings
  • Completions for keywords, field types, constraints, and SQL
  • Hover Documentation with examples for every keyword
  • Go-to-Definition for models, layouts, and pages
  • Document Outline showing app structure
  • 20+ Snippets for config, model, page, action, fragment, api, stream, socket, webhook, schedule, test, and more

Requirements

For full LSP features (diagnostics, completions, hover), install the Kilnx CLI:

brew install kilnx-org/tap/kilnx

Syntax highlighting and snippets work without the CLI.

Snippets

Prefix Description
config Application configuration
model Data model with fields
auth Authentication block
page GET route with query and HTML
action POST/PUT/DELETE mutation
fragment Partial HTML for htmx
api JSON API endpoint
stream Server-Sent Events
socket WebSocket endpoint
webhook External webhook receiver
schedule Cron/interval task
test Declarative test
layout Page wrapper template
each Template loop
if Template conditional

Settings

Setting Default Description
kilnx.lsp.enabled true Enable the language server
kilnx.lsp.path "kilnx" Path to the kilnx binary

Installation

VS Code Marketplace:

Search for "Kilnx Toolkit" in the Extensions panel, or:

code --install-extension atoolz.kilnx-vscode-toolkit

Contributing

git clone https://github.com/atoolz/kilnx-vscode-toolkit
cd kilnx-vscode-toolkit
npm install
npm run build
# Press F5 in VS Code to test

License

MIT

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