Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>simit-cteNew to Visual Studio Code? Get it now.
simit-cte

simit-cte

einsfliegen

|
3 installs
| (0) | Free
Language highlighting and intellisense for editing SIMIT CTE components
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

SIMIT-CTE README

This extension provides SIMIT-like syntax highlighting, IntelliSense and auto-complete for built-in system functions, so you can author CTE source files comfortably in VS Code and then copy them into the SIMIT CTE editor.

Key Features

  • IntelliSense & Autocomplete: completions for SIMIT system functions and common constructs.
  • Syntax highlighting: highlights CTE structure, keywords and identifiers for easier reading.
  • Cross-file hints: highlights entries that correspond to external tables (connectors/parameters/states) so you can spot references that must be mirrored in SIMIT.

Preview

Requirements

This extension works with a specific file structure.

project/ ├── connectors.csv ├── parameter.csv ├── states.csv ├── initialization.cte ├── cyclic.cte ├── data_record_handler.cte └── functions.cte

This is aligned with the programming structure of SIMIT CTE Editor. You can create this structure manually, or download the template from repo.

Optionally it is recommended to install csv editing vscode extensions for tabular editing of the csv files.

Known Issues

Custom SIMIT datatypes like enumerations, vectors, characteristics are currently not supported yet.

Connectors, parameters and states has to be recreated manually in CTE.

Release Notes

1.0.0

Initial release of SIMIT CTE vscode extension.

For more information

  • SIMIT Overview Page
  • SIMIT CTE Editor
  • SIMIT CTE - Creating a component in one hour
  • Simulation Overview Page

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft