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

KulLang

Yash Bhalodi

| (0) | Free
Syntax highlighting and editor support for Kul (.kul) kinship-description files.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

KulLang for VSCode

Editor support for Kul — a small declarative language for kinship and family-tree data.

Highlighting preview

Open a .kul file and you get diagnostics, hover docs, format-on-save, go-to-definition, completion, and outline — all powered by the bundled Kul language server. No setup required.

Features

  • Live diagnostics for all 13 Kul validation rules — duplicates, unresolved references, temporal contradictions, parenthood cycles
  • Hover docs on keywords, fields, and identifiers
  • Go-to-definition, find-all-references, rename
  • Completion for keywords, field names, enum values, and existing person/marriage ids
  • Format-on-save via the canonical kul format pass
  • Document outline of persons, marriages, and their nested birth/adoption sub-statements
  • Quick fixes for missing required fields and end-consistency violations
  • Snippets for kul, person, marriage, birth, adoption
  • Export commands — Kul: Export to JSON and Kul: Export to Cytoscape JSON from the command palette: projects the current document (including unsaved edits) to canonical JSON. The Cytoscape form drops into Cytoscape.js, Sigma.js, vis-network, and similar graph-layout libraries

Settings

  • kul.serverPath — absolute path to a custom kul-lsp binary. Leave empty to use the bundled one.
  • kul.trace.server — off / messages / verbose. Surfaces LSP traffic in the Kul LSP output channel.

Requirements

VSCode (or any Open VSX consumer — VSCodium, Cursor, Windsurf, Theia, Gitpod) 1.85 or later.

Feedback and bug reports

File issues at github.com/YashBhalodi/kul/issues — bugs, language proposals, and editor-feature requests all go there. Please skim the language spec and examples before filing a language proposal.

Resources

  • Repository: github.com/YashBhalodi/kul
  • Language spec: spec/
  • Examples: examples/
  • Changelog: CHANGELOG.md
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft