This is a set of developers tools based around the VSCode extension API for the internal use of Sendoso.
Includes:
[x] Package list and search
[x] Package installation and removal
[x] Component list and search
[x] Component meta info tables
[x] Component preview with controls
[x] Quick links to GH
[x] Preview code snippet
[x] Preview code copy button
[x] Editor command Preview Component on highlighted text
Development:
Install dependencies:
yarn install
Run the extension:
Enter yarn watch in the console
Press f5 on the extension.ts to open a debug window (or select in menu "Debug" -> "Run Extension")
Navigate to the extension icon seen on the left sidebar (or open command palette (Ctrl/Cmd + Shift + P) and select View: Vue 3 Base Extension to open webview view.)