Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Atscript (.as)New to Visual Studio Code? Get it now.
Atscript (.as)

Atscript (.as)

moost

|
145 installs
| (0) | Free
Provides syntax highlighting and language support for Atscript (.as), a language for describing data and interfaces with extensible annotations.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Atscript VS Code Extension

Define your models once — get TypeScript types, runtime validation, and DB metadata from a single .as model.

Documentation · VSCode Extension Guide


First-class editor support for Atscript (.as) files in Visual Studio Code. Powered by a full LSP implementation backed by @atscript/core.

Preview

Installation

  1. Open VS Code
  2. Go to Extensions (Ctrl+Shift+X)
  3. Search for "Atscript" and install

Note: @atscript/core must be installed either globally (npm i -g @atscript/core) or at the root of the project you open in VS Code. If it cannot be found, language features (diagnostics, completions, go-to-definition, etc.) will not work.

Features

  • Syntax highlighting — full grammar for .as files
  • Autocomplete — context-aware suggestions for annotations, types, imports, and keywords
  • Hover tooltips — inline docs for annotations with argument types
  • Diagnostics — real-time error and warning reporting
  • Go to definition — navigate to declarations across files
  • Find references — locate all usages of a type or interface
  • Signature help — annotation argument signatures
  • Auto-generate .d.ts — builds type declarations on save
  • Config watching — reloads on atscript.config.* changes

Documentation

  • VSCode Extension Guide
  • Full Atscript Documentation
  • Atscript DB
  • Atscript UI

Feedback

Report issues or contribute on GitHub.

License

MIT

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