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

UrLang

Shahid Khan Dev

|
1 install
| (0) | Free
UrLang (.ur / .urx) language support: syntax highlighting, live type errors, hover types, autocomplete, go-to-definition.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

UrLang for VS Code

Full language support for UrLang (.ur):

  • Syntax highlighting, bracket matching, comment toggling
  • Live type errors as you type (with URxxxx codes)
  • Hover to see inferred/declared types
  • Autocomplete for variables, keywords, and object properties after .
  • Go to definition

Requirements

The extension launches the language server via the urlang CLI:

npm install -g ur-lang    # provides `urlang lsp`

If urlang isn't on PATH, set urlang.lspPath in settings to its full path.

Install (local)

cd editors/vscode-urlang
npm install
npx @vscode/vsce package
code --install-extension urlang-vscode-1.0.0.vsix
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft