Extension for Visual Studio Code that simplifies the creation of Visuino components.
Adds an option to the workspace context menu to automatically generate the basic structure of a new component.
📦 What does it do?
Adds a "Create Visuino Component" option when right-clicking in the Explorer.
Automatically generates the essential structure files.
🖱️ How to Use
Right-click on an empty space in the workspace.
Click on the Create Visuino Component option.
Enter the Library Name.
Enter the Component Creation Name.
Enter the Full Component Name.
Enter the Component Class Name.
(The prefix TArduino is automatically added, so you don’t need to include it.)
Done! The structure will be created in the selected folder.