Intefox SCADA Intellisense & Snippets
This extension for Visual Studio Code adds Intellisense and Snippets to support creating Scada objects for Intefox Scada.
Requirements
This extension is supported from version 1.72.0 up.
Usage
Type a part of code or snippet, and the suggestion should appear automatically.
Alternatively, press Ctrl +Space (Windows, Linux) or Cmd +Space (macOS) to activate snippets and intellisense from within the editor.
Scada Snippets
Snippet |
Purpose |
Empty Object SCADA |
Create an object with init, renderProperties, and render methods |
Color Property SCADA |
Add color property to customProperties |
Text Property SCADA |
Add text property to customProperties |
Number Property SCADA |
Add number property to customProperties |
Float Property SCADA |
Add float property to customProperties |
Boolean Property SCADA |
Add boolean property to customProperties |
List Property SCADA |
Add list property to customProperties |
Rotation Loop Functions SCADA |
Rotation loop functions: start, stop, and clean up |
setColor SCADA |
Set color of a path in SVG |
setColors SCADA |
Set colors of multiple paths in SVG |
setOpacity SCADA |
Set opacity of a path in SVG |
setOpacities SCADA |
Set opacities of multiple paths in SVG |
setOpacitiesByPosition SCADA |
Set opacities of multiple paths based on position in SVG |
setText SCADA |
Set text of a text path in SVG |
setFontSize SCADA |
Set font size in SVG |
setFontFamily SCADA |
Set font family in SVG |
setFontBold SCADA |
Set font boldness in SVG |
addOnMouseDown SCADA |
Add Mouse-Down Listener in SVG |
addOnMouseUp SCADA |
Add Mouse-Up Listener in SVG |
hsvToHexInPercent SCADA |
Convert HSV to Hex in percent |
hsvToHex SCADA |
Convert HSV to Hex |
setRotation SCADA |
Set rotation of a path in SVG |
addRotation SCADA |
Add rotation to a path in SVG |
| |