Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Aurora SupportNew to Visual Studio Code? Get it now.
Aurora Support

Aurora Support

Aurora WoW

|
2 installs
| (0) | Free
Language support for Aurora Framework Lua code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Aurora Framework VSCode Extension

This extension provides enhanced language support for the Aurora Framework Lua codebase in Visual Studio Code.

Features

  • IntelliSense support for Aurora Framework API
  • Code completion for Aurora Framework functions and methods
  • Hover information for API documentation
  • Syntax highlighting for Lua
  • Auto-closing pairs and bracket matching
  • Smart indentation rules

Requirements

  • Visual Studio Code version 1.60.0 or higher

Installation

  1. Copy this extension folder to your VSCode extensions directory:

    • Windows: %USERPROFILE%\.vscode\extensions
    • macOS/Linux: ~/.vscode/extensions
  2. Restart Visual Studio Code

Usage

The extension automatically activates when you open a Lua file. You'll get:

  • IntelliSense suggestions when typing Aurora.
  • Documentation on hover over Aurora Framework functions
  • Automatic completion of brackets and quotes
  • Proper indentation for Lua code blocks

Available Commands

Currently supported Aurora Framework functions:

  • Aurora.RegisterRoutine(name: string, routine: table) - Register a new routine
  • Aurora.Log(message: string, [level: string]) - Log a message to the console

More functions will be added in future updates.

Contributing

Feel free to submit issues and enhancement requests.

License

This extension is released under the MIT License.

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