Sugar Language Support
Visual Studio Code support for the Sugar language used by JOI.
Features
- Associates
.su files with Sugar.
- Highlights Sugar declarations, resources, variables, types, namespaces, closures, operators, strings, and comments.
- Provides snippets for common Sugar declarations and expressions.
Working with JOI
Export an App, automation file, or Item from its Sugar editor in JOI. Edit the resulting .su file in Visual Studio Code, then import it back into the matching editor and use JOI's Sandbox Mode or save flow to validate it.
Snippets
Start typing action, session, embed, mixin, fn, match, closure, memvar, medialist, or automation in a Sugar file.
Release notes
0.1.0
Initial file association, syntax highlighting, language configuration, and snippets.