Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>ShellLite HelloNew to Visual Studio Code? Get it now.
ShellLite Hello

ShellLite Hello

ShellLite

|
2 installs
| (0) | Free
A VS Code extension written in ShellLite!
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ShellLite for VS Code

Code like you talk.

Build file systems, web apps, and system automations in plain English. ShellLite is a human-readable programming language designed for automation logic.

Support Us

If you enjoy using ShellLite, please consider starring our repository on GitHub! It helps us grow and keep building cool things.

GitHub Repository

Features

  • Syntax Highlighting: Full colorization for .shl files.
  • Code Snippets: Write ShellLite code faster with built-in snippets (Coming Soon).
  • Automation Ready: First-class support for shell_lite automation scripts.

Installation

  1. Install this extension.
  2. Open any .shl file.
  3. Enjoy beautiful syntax highlighting!

Ecosystem

Check out the rest of the ShellLite universe:

  • PyPI Package: pip install shell-lite (View on PyPI)
  • Website & IDE: shelllite.tech
  • OpenVSX: OpenVSX Registry

Example Code

# Hello World in ShellLite
say "Hello World from ShellLite!"

# Simple Desktop Automation
to create_workspace
    make folder "Projects"
    make file "Projects/notes.txt"
    write "Todo list..." into "Projects/notes.txt"
    
create_workspace()

Contact

To help in the development, please contact Shrey Naithani at contact@shelllite.tech.


Made by Shrey Naithani

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