Aura Programming LanguageAura is a Python-familiar systems programming language with explicit ownership, native compilation, and structured concurrency. The language, compiler, and editor tooling are developed in the Aura repository. This preview extension provides the maintained VS Code experience for
InstallInstall Aura Programming Language from the
Visual Studio Marketplace
or Open VSX.
The matching The extension includes the editor client and JavaScript language-server
transport. Semantic analysis is performed by the actual Aura compiler server,
the Download a prebuilt CLI archive from Aura Releases, or install from source with Rust:
Reload VS Code after installing the CLI, then open any
Language SupportThe compiler-backed language server understands the maintained Aura surface,
including classes, enums, traits, generics, modules, The extension stays intentionally thin: syntax assets and snippets live here, while semantic rules and diagnostics remain owned by the Aura compiler. DevelopmentContributors building the extension from the monorepo should follow the development installation guide. Issues belong in the Aura issue tracker. LicenseAura and this extension are available under the MIT License. |