Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>ARSLangNew to Visual Studio Code? Get it now.
ARSLang

ARSLang

A R S

|
4 installs
| (0) | Free
ARSLang language support for VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft