This extension provides full Robusta language support for vscode (Code colorization, Formatting, Code execution, Theme, Snippets ...).
The extension provides the compile command on right click on .jvs files and run command on clicking on .jar archives.
The extension provides a problem matcher to detect compilation errors and display them directly on the editor.
The extension provides the Robusta language configuration that makes code colorizing possible on vscode and a strong code formatter.
The extension provides some code snippets to auto-complete your code.
The extension provides a set of file icons based on the famous Seti file icon theme.
{
"robusta.jdkHomePath": "path/to/jdk/home",
"robusta.path": "path/to/robusta.jar",
"robusta.formatOnSave": true,
"robusta.compileOnSave": false
}
Find out about robusta.jar here.
Examples for
robusta.jdkHomePath
values :
mac :/Library/Java/JavaVirtualMachines/jdk1.8.0_162.jdk/Contents/Home
windows :C:\Program Files\Java\jdk1.8.0_162
This software is released under the terms of the MIT license.