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.

LSP Requirement

The extension provides syntax highlighting out of the box. For IntelliSense, diagnostics, and other LSP features, @atscript/core must be installed in your project. See Installation for details.

What's in This Section

  • Installation — install the extension and set up your project
  • 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 in your project root for LSP features (see Installation)

Released under the MIT License.