Interface builder
fork from https://github.com/VladimirSharavanov/vscode-interface-builder.git
thanks !
Note
This extension defines interface of object
Features
- Automatically creates an interface for the selected object and write to file
Usages
- Select the object with any selection tool
- Object must be correct
- If you have an array of objects, you need to select one of the array objects
- To add interface, use shortcut
Ctrl+Alt+i (Command+Alt+i for Mac), or press F1 and then select/type Create interface
- To add export interface, use shortcut
Ctrl+Alt+e (Command+Alt+e for Mac), or press F1 and then select/type Create export interface

| |