Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>telosysNew to Visual Studio Code? Get it now.
telosys

telosys

telosysteam

|
3,577 installs
| (2) | Free
Telosys templates, DSL models and configuration files support for Visual Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  1. In Visual Studio Code, click on the "Extensions" icon (or CTRL+Maj+X).
  2. In the search box, write "telosys".
  3. 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

  • Made by Romuald Tuffreau.
  • Laurent Guerin for Telosys and Telosys-CLI.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft