nanangp / vscode-wireviz-preview

A simple extension for Visual Studio Code to preview WireViz YAML files
https://marketplace.visualstudio.com/items?itemName=NanangP.vscode-wireviz-preview
GNU General Public License v3.0
5 stars 1 forks source link

WireViz Preview

A simple extension for Visual Studio Code to preview WireViz YAML files.

Screenshot

Prerequisites

Running

  1. Open a WireViz YAML file.
  2. Use the WireViz: Preview button on the editor toolbar (right of tabs), or using the default F8 shortcut key.
  3. Once the preview is open, it will refresh every time you save the file. This behaviour can be disabled by setting "wireviz.refreshPreviewOnSave": false.

Configuration

Open VSCode settings, filter for WireViz. You'll find settings for command-line args to specify, and a couple extension-specific settings.

Troubleshooting

Changelog

See CHANGELOG.md

License

GPL-3.0 was chosen to match the WireViz license.