Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>FigLangNew to Visual Studio Code? Get it now.
FigLang

FigLang

FigLangHQ

| (0) | Free
Syntax highlighting and snippets for FigLang
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

FigLang

The Natural Programming Language — code the way you think.

Requirements

  • Python 3 installed from python.org
  • FigLang interpreter files from github.com/FigLangHQ/FigLang

Getting Started

  1. Install Python 3
  2. Download the FigLang interpreter from GitHub
  3. Open any .fig file in VSCode
  4. Press the Run button — that's it!

Features

  • Syntax highlighting for .fig files
  • Code snippets for all FigLang keywords
  • Hover documentation on keywords
  • Run button to execute .fig files directly
  • Auto-indentation

Example

name is "Marco"
age is 25

if age is at least 18:
    say "Welcome, " and name
otherwise:
    say "Too young"

score is 0
score is 10
score is 25

say highest of score
say history of score
explain score

Documentation

Full documentation on GitHub

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