robstryker / vscode-wizard-example-extension

Apache License 2.0
6 stars 4 forks source link

vscode-wizard-example-extension

Code Style: Google

vscode-wizard-example-extension is a vscode-extension using the npm module vscode-wizard to display wizards in webviews inside VS Code.

vscode-wizard

vscode-wizard is a fork and large expansion in the API of vscode-page, aiming to create wizards out of a javascript object definition that includes pages, fields, validators, and option providers for combos. See vscode-wizard for more information.

Features

This repo demonstrates the various widgets and validation methods available in vscode-wizard.

Installing

Once inside the project folder, execute the following:

npm install
npm run build
vsce package

Usage

To demonstrate this example, use the command prompt in vscode (ctrl+shift+p) to execute the command ext.home. This should bring up a webview with the suggested UI.

Screenshot

image

Release Notes

0.0.1

First release.

License

vscode-wizard-example-extension is released under the Apache License 2.0 license.