Aya Programming Language for VS Code
Support for the Aya programming language.
Important In order for this extension to work, you'll need to set aya.jarPath . (Press Ctrl+, then search "aya")
Features
- Syntax highlighting
- Automatic syntax error checking
- Quick run line with
shift+enter
- Quick run file with
ctrl+shift+enter
- Run file as process with play button
Requirements
Get the latest release of aya from here: https://github.com/aya-lang/aya/releases. You'll need at least version v0.6.0
Extension Settings
aya.jarPath : The location of the aya.jar file
aya.enableLinting : Set set to true to enable auto-linting
| |