# vs-code-bpmn-io **Repository Path**: llyxietan/vs-code-bpmn-io ## Basic Information - **Project Name**: vs-code-bpmn-io - **Description**: 基于bpmnjs的bpmn可视化设计vscode插件 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-09-04 - **Last Updated**: 2021-10-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vs-code-bpmn-io ![GitHub package.json version](https://img.shields.io/github/package-json/v/bpmn-io/vs-code-bpmn-io) ![vs-code-support](https://img.shields.io/badge/Visual%20Studio%20Code-1.38.0+-blue.svg) [![CI](https://github.com/bpmn-io/vs-code-bpmn-io/workflows/CI/badge.svg)](https://github.com/bpmn-io/vs-code-bpmn-io/actions?query=workflow%3ACI) Display and edit BPMN diagrams in VS Code using [bpmn.io](https://bpmn.io/) tools. ## Features * Open BPMN 2.0 (`.bpmn`) in a Modeler to make changes to your diagrams * From the editor toolbar * Via the command palette ("Open BPMN Modeler") * Via keyboard shortcut (`CTRL/CMD + SHIFT + V`) * Save changes to your local file ![alt](./resources/screencast_preview.gif?raw=true) ## How to get it Type `vs-code-bpmn-io` in the Extensions section and directly install it. You can also download it in the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=bpmn-io.vs-code-bpmn-io) or [setup it locally](#development-setup). Besides that, several release versions are available from the [releases page](https://github.com/bpmn-io/vs-code-bpmn-io/releases). To install such `.vsix` packages, simply use following command. ```sh $ code --install-extension ./vs-code-bpmn-io-[VERSION].vsix ``` ## Development Setup First step, clone this project to your local machine. ```sh $ git clone https://github.com/bpmn-io/vs-code-bpmn-io.git $ cd ./vs-code-bpmn-io $ npm install $ code . ``` Press `F5` to load and debug the extension in a new VS Code instance. To execute the test suite simply use ```bash npm run test ``` The extension integration tests can also be executed from VS Code itself, simple choose the *Extension Tests* in the Debug mode. ## Go further * Get a [Quickstart](./docs/DEVELOPMENT_QUICKSTART.md) on how to develop VS Code extensions * Learn how to [release a new version](./docs/RELEASING.md) ## License MIT Contains parts ([bpmn-js](https://github.com/bpmn-io/bpmn-js)) released under the [bpmn.io license](http://bpmn.io/license).