Home

Awesome

Wren for Visual Studio Code

This extension adds Wren language support for Visual Studio Code. Install it by hitting Ctrl + P and entering

ext install vscode-wren

Features

Syntax highlighting

Syntax highlighting

Displayed using the Dark+ color theme in order to show the extent of the syntax highlighting.

Snippets

Snippets

Changelog

0.1.1

Added syntax highlighting for the subscript operator.

Roadmap

While Wren is still changing, a static analyzer is already under development. In the future, I want to integrate such a tool into this extension in order to implement autocomplete and error checking.