Skip to content

A Wardley Maps for Visual Studio Code extension supporting rendering and editing maps-as-code.

License

Notifications You must be signed in to change notification settings

damonsk/vscode-wardley-maps

Repository files navigation

Wardley Maps for Visual Studio Code

Adds the ability to render and edit Wardley Maps within Visual Studio Code. This extention leverages the engine from OnlineWardleyMaps.com and therefore all maps created using OnlineWardleyMaps are compatible with this extension and vice-versa.

Supported Formats

*.wm, *.owm

How to install

Launch VS Code Quick Open (CTRL+P / CMD+P), paste the following command, and press enter.

ext install damonsk.vscode-wardley-maps

Features

This extension provides syntax highlighting for Wardley Maps (using the OnlineWardleyMaps syntax) and allows you to render the map directly within VSCode. Simply select it from the Command Palette.

Wardley Maps: Display Map

Auto completions and snippets accessible by pressing CTRL+Space in *.wm, *.owm file.

CTRL+Click within the Map to quick link components (see May Release Note below).

Example Maps

From the Command Palette select

Wardley Maps: Example Map

To understand the capabilities and features available from this extension, clone the following repository which contains example maps - https://github.com/damonsk/wardley-maps-examples

Usage

A list of all commands can be found here

Chagelog

A list of features/fixed can be found here