Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>OtterScript Language ExtensionNew to Visual Studio Code? Get it now.
OtterScript Language Extension

OtterScript Language Extension

Sigurd Hansen

| (0) | Free
Syntax highlighting, snippets, and function support for OtterScript
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

OtterScript Language Extension

This extension provides syntax highlighting, code snippets, and function support for OtterScript used in Inedo products (Otter, BuildMaster, ProGet).

Not affiliated with or endorsed by Inedo.

Otter, BuildMaster and ProGet are trademarks of Inedo.

Background

This extension started as a learning project while implementing custom webhook notification in ProGet.

Features

  • Syntax highlighting for OtterScript constructs
  • Function signature help for built-in functions
  • Auto-completion for variables and functions
  • Code snippets for common patterns
  • Hover information with documentation

Status

This extension is in active development and currently considered early-stage. Features may change as the extension evolves.

Testing scope: This extension is primarily developed and tested against ProGet usage (particularly custom webhook action context). While OtterScript is shared across Otter, BuildMaster, and ProGet, not all constructs or product-specific behaviors have been tested equally.

Feedback, issues, and pull requests are welcome.

What this extension does NOT do

  • It does not validate or execute OtterScript
  • It does not connect to Otter, ProGet, or other Inedo services
  • It does not provide a formatter or auto‑fix code actions
  • It does not attempt full semantic analysis

Installation

  1. Open VS Code
  2. Go to Extensions (Ctrl+Shift+X)
  3. Search for "OtterScript Language Extension"
  4. Click Install

Getting Started

Open any .otter or .oscript file in VS Code to activate the extension.

No additional configuration is required.

Language Support Coverage

The extension provides hover documentation, completion, and signature help for common OtterScript language constructs and built‑in functions, including:

  • Core OtterScript functions
  • Common string, JSON, and math helpers
  • File system helpers
  • Execution statements and directives

Coverage is continuously improving and may vary by context.

Some symbols are only relevant in ProGet‑specific contexts (such as webhooks).

Troubleshooting

If hover or completion does not appear, ensure the file extension is .otter or .oscript and that the language mode is set to OtterScript.

Diagnostics

Diagnostics are best‑effort and designed to catch common mistakes (e.g. missing $, unknown functions, invalid operators).

They do not attempt full semantic analysis and may prefer false negatives over false positives.

Contributing

Contributions are welcome. Please see CONTRIBUTING.md for guidelines.

Security

Please see SECURITY.md.

License

MIT

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