Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Nudge LanguageNew to Visual Studio Code? Get it now.
Nudge Language

Nudge Language

Eren Pehlivan

| (0) | Free
Nudge language support — typed, replayable, budget-aware LLM agents (.ndg): syntax highlighting, diagnostics via nudgec lsp, snippets
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Nudge for VS Code

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)
  • Snippets — llm, 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-1.0.0.vsix

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

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