This extension adds Wren language support for Visual Studio Code. Install it by hitting Ctrl + P
and entering
ext install vscode-wren
Displayed using the Dark+ color theme in order to show the extent of the syntax highlighting.
- snippets for base language features, such as control flow and import statements
- snippets for core library (currently only consisting of
System
)
Added syntax highlighting for the subscript operator.
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.