| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Provides code hints and snippets for the CNCF Serverless Workflow Specification
This plugin conforms to the latest Serverless Workflow specification.
This extension provides Code Hints, Snippets, and Diagram generation for Serverless Workflow definitions (JSON and YAML).
Code hints include:
Note that to enable the YAML code completion support, you must install the VSCode YAML extension first.
This extension also provides Code Snippets for the serverless workflow specification markup:
You can preview the workflow diagram while working on a workflow:
Or by using the hotkey alt+shift+s p
You can also generate a preview for multiple files by selecting them in the explorer, right-click and select from the menu "Serverless Workflow: Preview Diagram"
Similarly to the preview, you can output the diagram to either SVG or PNG format.
The commands are "Serverless Workflow: Export Diagram to SVG" (alt+shift+s v) or "Serverless Workflow: Export Diagram to PNG" (alt+shift+s i), available in the command palette or by right clicking the files.
If you do not want to get this extension from the Marketplace or would like to build and test the latest changes/updates locally, follow these steps:
git clone https://github.com/serverlessworkflow/vscode-extension.git
cd vscode-extension
npm install
vsce packageTo install vsce run:
npm install -g vscecode --install-extension serverless-workflow-vscode-extension-$VERSION$.vsixTo uninstall the extension run:
code --uninstall-extension serverless-workflow-vscode-extension-$VERSION$.vsix| Back | FazBrowse Home | New Git URL |