VSCode Workcube What is its extension? How does it work, how to install and use it?
Workcube Extension is a VS Code editor add-on developed for Workcube. It contains Custom Tags belonging to Workcube, JS functions, parameters that can be used with Custom Tags, and CSS that can be used.
Installation Steps:
https://www.loom.com/share/c4279be423b44563b8eafea9d65fecb8

As in the image above, vscode/workcube-extension/vsix folder You can install the file with the vsix extension in it as you see below:

After the third step, you can select the vsix file and install it by following the path in the first image.
Another method is:

To the vsix file right click and select Install Extension VSIX option.
General Usage:
The snippets added in the Extension can be used when starting to write code or with the Ctrl+Space shortcut. All snippets are read from json files in the snippets/ folder. You will see several options during use:
· wrk: The options with the prefix denote Custom Tag

· wsub: The options that appear with the prefix refer to the parameters that can be used for Custom Tag's.
o To see the parameters in the Custom Tag ,you need to use wsub None.
o Instead, use the Ctrl+Shift+Space shortcut in Custom Tag
o Example:

As in the example above;
· wdata: Those starting with the prefix are workdata. It allows you to add the necessary CreateObject command for the workdata you will use.

·

Development:
To develop in Extension, you need to edit the vscode\workcube-extension folder.
Any Before making changes, you should review the snippets/*_talimat.txt file related to the file you will change.

Feedback
Extension: It is the application thread that runs simultaneously with WO to extend a Workcube Object. N extensions can be added to a WO. Every extension has components. Components work in addition to the display and action types before or after the code, depending on the events. ...