vvvv-editor-extensions
Installation
SKILL.md
Editor Extensions
Extensions are standard VL patches saved with a .HDE.vl suffix. They run automatically when open in the editor.
File Naming
| Context | Required Name |
|---|---|
| Standalone extension | VL.MyExtension.HDE.vl |
| Extension-only NuGet | VL.MyExtension.HDE (package ID) |
| Mixed NuGet main doc | VL.MyPackage.vl |
| Mixed NuGet extension doc | VL.MyPackage.HDE.vl |
Required NuGet References
- VL.HDE — provides
Commandnode, window types,WindowFactory - VL.Lang — provides API nodes under the
Sessioncategory