VS Code Extensions
Nudge Language

Nudge Language

by Nekomya

Nudge language support — typed, replayable, budget-aware LLM agents (.ndg): syntax highlighting, diagnostics via nudgec lsp, snippets

Downloads

0

Rating

(0)

Version

1.2.0

Last updated

Jul 29, 2026

Language support for Nudge — the typed, replayable, budget-aware language for LLM agents (.ndg).

Features

  • Syntax highlighting — keywords, record types, llm""" prompts with interpolation, USD money literals, @format / @range constraints
  • Diagnostics — real parse + type errors as you type, powered by the compiler itself (nudgec lsp over stdio — zero re-implementation)
  • Snippetsllm, type, par, fn, test

Requirements

The diagnostics need the nudgec binary on your PATH. Get it from the GitHub Releases (prebuilt for Linux / macOS / Windows) or cargo build --release from source.

If nudgec lives elsewhere, set nudge.serverPath in your settings.

Install from .vsix

code --install-extension nudge-lang-1.0.0.vsix

or: Extensions view → ...Install from VSIX...

Related extensions