FrenchTechLead / vscode-robusta

Robusta Language Support for Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

upec

Open Source Love License: MIT Visual Studio Marketplace Rating (Stars) Visual Studio Marketplace Version (including pre-releases)

Robusta for Visual Studio Code

This extension provides full Robusta language support for vscode (Code colorization, Formatting, Code execution, Theme, Snippets ...).

FEATURES

1 - Robusta Code Execution :

The extension provides the compile command on right click on .jvs files and run command on clicking on .jar archives.

2 - Problem Matcher :

The extension provides a problem matcher to detect compilation errors and display them directly on the editor.

3 - Code Formatting / Colorization :

The extension provides the Robusta language configuration that makes code colorizing possible on vscode and a strong code formatter.

4 - Code Snippets :

The extension provides some code snippets to auto-complete your code.

5 - File Icon Theme :

The extension provides a set of file icons based on the famous Seti file icon theme.

Extension Settings

{
    "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

License

This software is released under the terms of the MIT license.

About

Robusta Language Support for Visual Studio Code

License:MIT License


Languages

Language:TypeScript 91.7%Language:JavaScript 8.3%