Wren for Visual Studio Code

July 22, 2016 ยท View on GitHub

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

  • snippets for base language features, such as control flow and import statements
  • snippets for core library (currently only consisting of System)

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.