Gauntlet Documentation
CtrlK
  • 🏠Welcome
  • πŸ…Getting Started
    • 🧠Introduction To Gauntlet
  • ‼️Read before Proceeding
  • ⬇️Installation
  • πŸ‘¨β€πŸ’»VSCode Extension
  • πŸ“šBasics
    • πŸ’¨Running Gauntlet
    • πŸ“„File Setup & Hello World
  • πŸ” Scope Variables
  • πŸ–ΌοΈConstants
  • 🧩Functions
  • ↔️If Statements
  • πŸ”‘Ternary Operator
  • πŸ’ Switch-Case
  • πŸ“©Select-Case
  • ➰Loops
  • πŸ“Structs
  • 🧱Interfaces
  • πŸͺͺAliases
  • πŸ“ŽMethods
  • πŸ¦™Lambdas
  • πŸ•ΈοΈMiscellaneous
  • ⚑Advanced Features
    • πŸ”€When-Cases
    • πŸš₯Tagged Unions
    • 🎚️Pattern Matching
    • 🚰Pipes
    • ⁉️Try-Statements
    • 🎭Force-Statements
    • 🌯Wrapper Types
  • πŸ”ΌVersion Release Notes
    • v0.2.0-alpha
Powered by GitBook
On this page
Export as PDF

πŸ‘¨β€πŸ’»VSCode Extension

Gauntlet Visual Studio Code Extension Installation

Open Visual Studio Code, navigate to the Extensions tab (on the left bar), and then search "Gauntlet". Select the one with the green fist and hit "Install".

It will provide your code with beautiful syntax highlighting:

PreviousInstallationNextRunning Gauntlet

Last updated 1 month ago