Skip to content

eva-ics/eva-ics-vscode-plugin

Repository files navigation

EVA ICS Plugin for Visual Studio Code

The extension is used to generate code for EVA ICS.

Requirements

Features supported

Configuring

  • Open Preferences (JSON): Ctrl+Shift+P -> Preferences: Open Settings (JSON)

  • Add the following configuration:

"evaics.apiUrl": "http://host:port",
"evaics.apiKey": "secretkey",
"evaics.DO_rustGeneratorConfig": {
  "binrw": "native",
  "box_arrays": 100,
  "derive_clone": true,
  "derive_copy": true,
  "derive_debug": true
}

Where:

Usage

Open the command palette: Ctrl+Shift+P

  • Type EVA ICS DO: for data object functions

  • Type EVA ICS WER: for EVA ICS WebEngine React functions