Installation

The Ree Templates extension is published on the Visual Studio Marketplace under the id reepolee.ree-templates. It requires VS Code 1.107 or newer.

Install the extension

Install from inside VS Code:

  1. Open the Extensions view (⇧⌘X / Ctrl+Shift+X).
  2. Search for Ree Templates.
  3. Click Install.

Or install from the Marketplace page, or from the command line:

code --install-extension reepolee.ree-templates

Install Reettier (for formatting)

Syntax highlighting works immediately. Formatting is provided by the Reettier binary, which the extension calls under the hood - so install Reettier as well:

macOS / Linux
curl -fsSL https://raw.githubusercontent.com/reepolee/reettier/main/install.sh | bash
Windows
irm https://raw.githubusercontent.com/reepolee/reettier/main/install.ps1 | iex

See the Reettier installation guide for manual downloads and troubleshooting. If Reettier is on your PATH, the extension finds it automatically; otherwise point at it with the ree.reettierPath setting.

Open a Ree file

Open any file with the .ree extension. VS Code recognises it as the Ree Template language (ree), applies syntax highlighting, and sets this extension as the default formatter for .ree files.

Next, explore Syntax highlighting, Formatting, and File icons.