Skip to content

VSCode Extension

The Atscript VSCode extension provides first-class editor support for .as files — syntax highlighting, IntelliSense, real-time diagnostics, navigation, and automatic .d.ts generation on save.

Dependencies Required After Installation

The extension requires @atscript/core to be installed separately for full functionality (IntelliSense, diagnostics, etc.). The extension will attempt to install it automatically on first launch, but if that fails you'll need to install it manually. See Installation for details.

What's in This Section

  • Installation — install the extension and its required dependencies
  • Features — syntax highlighting, IntelliSense, diagnostics, navigation, and more
  • Configuration — project configuration and editor settings

Quick Overview

FeatureDescription
Syntax HighlightingFull grammar support for .as files — works immediately, no dependencies needed
IntelliSenseContext-aware completions for annotations, types, imports, and properties
DiagnosticsReal-time error reporting and unused token hints
Go to DefinitionNavigate to type and interface declarations across files
Find ReferencesLocate all usages of a type or interface
Rename SymbolRename types/interfaces and update all references
Hover InformationInline documentation for annotations and type references
Signature HelpAnnotation argument signatures as you type
Auto .d.ts GenerationGenerates TypeScript declarations on save
Config WatchingAutomatically reloads when atscript.config.* files change

Requirements

  • VSCode 1.80.0 or higher
  • @atscript/core — installed automatically on first launch (see Installation)

Released under the ISC License.