Telosys plugin for VSCode editor
Telosys templates, DSL models and configuration files support for VSCode.
Features
This package provides syntax coloration and auto-completion for :
- Telosys DSL model ".entity" & ".model" files.
- Telosys configuration files ".cfg".
- Telosys template files ".cfg".
Installation
- In Visual Studio Code, click on the "Extensions" icon (or CTRL+Maj+X).
- In the search box, write "telosys".
- The Telosys plugin should appear, just click on "Install", wait for installation completion then hit "Reload" and you're done !
ADDITIONAL : If you want to use Telosys-CLI from VSCode :
1 - Install Telosys-CLI by following the instructions at the Telosys-CLI repo
2 - In Visual Studio Code, use the Ctrl+Maj+C keybinding to start a new console, then type "tt". Telosys-CLI will start at your project's folder.
-- OR --
For an advanced integration of Telosys-CLI :
1 - Install Telosys-CLI by following the instructions at the Telosys-CLI repo
2 - Install the VSCode Extension Open in User Defined Console and set the following configuration :
Example for windows :
{
"console.executable": "cmd.exe",
"console.args": ""/C start tt -h {dirname}""
}
4 - Use the keybinding of the extension (Ctrl/Cmd+Shift+C) to open Telosys-CLI in your working directory with the path automatically set.
License
This package uses the LGPL v3 License (See the LICENSE file in this repository).
Credits