-
Notifications
You must be signed in to change notification settings - Fork 0
Tooling Visual Studio
Liu.Yandong.Hanks edited this page Aug 21, 2026
·
3 revisions
Install AuroraScript language editing and source-level debugging support in Visual Studio.
Applies to 4.0.0.
On this page
Obtain the released .vsix, double-click it to install, close running Visual Studio instances, and follow the installer. Reopen an .as file after installation.
# Build the VSIX from source
dotnet build language-tools/AuroraScript.VisualStudio/AuroraScript.VisualStudio.csproj -c ReleaseBuild the VSIX from source.
- Syntax coloring: open an
.asfile. - IntelliSense: type
Array.,Path., or a declared global. - Diagnostics: edit or save a script and inspect Error List.
- Hover: hover an API name.
- Definition, references, and rename: use the editor's standard commands.
- Built-in API navigation: invoke Go To Definition on a built-in object or member.
- Script debugging: use
Persistencewith Debug optimization for source-level debugging.
If coloring works but completion does not, verify that the VSIX version matches Visual Studio and that security software has not isolated the bundled language server. Source-level script debugging requires CompilationMode.Persistence and Debug settings; OnlyRun does not provide equivalent debug symbols.
- Language Server for protocol capabilities.
- Troubleshooting and Security for completion and debugging issues.
AuroraScript.JIT 4.0.0 · Documentation Home · Repository · MIT License