ARSLang VS Code Extension
Official VS Code language support for ARSLang.
✨ Features
- Syntax highlighting for
.ars files
- ARSLang language recognition
- Smart autocomplete snippets
- Run ARSLang button
- Right-click Run ARSLang command
- Format Document support
- Comment support
- Escape sequence highlighting
📦 Requirements
ARSLang interpreter must be installed first.
git clone https://github.com/ars2k03/ARSLang.git
cd ARSLang
python3 install.py
source ~/.bashrc
ars version
🚀 Usage
Create a file:
hello.ars
Write:
void ars.prime(){
ars.out("Hello ARSLang")
}
Click:
Run ARSLang
Or right-click inside the editor and select:
Run ARSLang
🖥️ Commands
| Command |
Description |
| Run ARSLang |
Runs the active .ars file in the VS Code terminal |
🧠 Snippets
The extension includes snippets for:
void ars.prime()
ars.out()
- Hello template
- Single-line comment
- Multi-line comment
- Escape sequences
📄 License
MIT License
Made with ❤️ by A R S.
| |