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:
- Open the Extensions view (
⇧⌘X/Ctrl+Shift+X). - Search for Ree Templates.
- 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:
curl -fsSL https://raw.githubusercontent.com/reepolee/reettier/main/install.sh | bash
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.