Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Vex LanguageNew to Visual Studio Code? Get it now.
Vex Language

Vex Language

Sohail Ali

|
1 install
| (0) | Free
Syntax highlighting, file icons, and run support for Vex — the Hinglish/English Python-powered language
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Vex Language

Syntax highlighting, file icons, and run support for Vex — a Python-powered language with Hinglish/English dual mode.

What is Vex?

Vex is not a replacement for Python. It's a more comfortable way to write it. Write in Hinglish or English — Vex converts it to Python and runs it. Every library still works.

Example

#mode hinglish

aao numpy jaise np
naam = "Sohail"
bolo "Mera naam {naam} hai"

agar np.sqrt(16) == 4:
    bolo "sab sahi hai"

Features

  • Syntax highlighting for .vex files
  • File icons for .vex files
  • Run button — click ▶ or press Ctrl+Shift+R
  • Vex Dark theme included

Keyword Reference

Vex (Hinglish) Python
bolo print
agar if
warna else
warna_agar elif
jabtak while
har for
mai in
kaam def
wapas return
aao import
pakdo try
chodo except
sahi True
galat False
kuch_nahi None

Installation

Install Vex CLI:

pip install vex-lang

Then run any .vex file:

vex run file.vex

Or use the Run button in VSCode/Windsurf directly.

Links

  • GitHub: Vex-Lang
  • PyPI: vex-lang
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft