Official Visual Studio Code extension for AAYU, the human-readable programming language for AI Agents and Web Applications.
Features
Syntax Highlighting: Beautiful, highly-readable syntax coloring for AAYU's natural grammar.
Diagnostics (Squiggles): Real-time compiler feedback right in your editor. See parsing errors, syntax errors, and missing dot/end warnings immediately.
Snippets: Productivity-boosting snippets for common tasks like routes, web servers, lists, maps, and if-statements.
Getting Started
Create a file with .aayu extension.
The language mode will automatically switch to AAYU.
Use the aayu new CLI command to start your first project!
Requirements
VS Code 1.80+
To run AAYU code, you will need the AAYU Python or Rust VM installed locally.