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
Copy this extension folder to your VSCode extensions directory:
- Windows:
%USERPROFILE%\.vscode\extensions
- macOS/Linux:
~/.vscode/extensions
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.
| |