All Projects → bpmn-io → vs-code-bpmn-io

bpmn-io / vs-code-bpmn-io

Licence: MIT license
Edit BPMN 2.0 files. Based on bpmn.io tools.

Programming Languages

typescript
32286 projects
CSS
56736 projects

Projects that are alternatives of or similar to vs-code-bpmn-io

mirage
A Mirage blue theme with pastel tones for Visual Studio Code
Stars: ✭ 39 (-55.17%)
Mutual labels:  vscode-extension, vscode-plugin
bpmn-editor
This repository contains a number of examples showing how use and integrate bpmn-js it into your applications.
Stars: ✭ 48 (-44.83%)
Mutual labels:  bpmn, bpmn-js
vscode-px-to-rem
Extension that allows you to convert from px to rem, and vice versa
Stars: ✭ 36 (-58.62%)
Mutual labels:  vscode-extension, vscode-plugin
vscode-react-component-generator
A VSCode extension that generates a new React component with its files automatically in VSCode.
Stars: ✭ 18 (-79.31%)
Mutual labels:  vscode-extension, vscode-plugin
bpmn
BPMN diagrams in R
Stars: ✭ 16 (-81.61%)
Mutual labels:  bpmn, bpmn-js
git-emoji-zh
VS code 插件,在 VScode 中提交 git 的时候添加 emoji 表情😝
Stars: ✭ 39 (-55.17%)
Mutual labels:  vscode-extension, vscode-plugin
project-japanese-proofreading
テキストファイルやMarkdownファイルの日本語の文章をチェックするVS Codeの拡張機能
Stars: ✭ 81 (-6.9%)
Mutual labels:  vscode-extension, vscode-plugin
vscode-console-helper
vscode console helper — 旨在帮助开发人员编码时更快的输入/移除 log,搭配上醒目的主题,提高开发效率。
Stars: ✭ 36 (-58.62%)
Mutual labels:  vscode-extension, vscode-plugin
Bpmn Js
A BPMN 2.0 rendering toolkit and web modeler.
Stars: ✭ 5,592 (+6327.59%)
Mutual labels:  bpmn, bpmn-js
bpmn-js-sketchy
A sketchy renderer for bpmn-js.
Stars: ✭ 19 (-78.16%)
Mutual labels:  bpmn, bpmn-js
vscode-java-saber
⚔️ To make the vscode work as Eclipse or IDEA when you are coding in java.
Stars: ✭ 28 (-67.82%)
Mutual labels:  vscode-extension, vscode-plugin
bpmn-js-seed
[DISCONTINUED] A project to quickly get started with bpmn-js
Stars: ✭ 30 (-65.52%)
Mutual labels:  bpmn, bpmn-js
z-reader
📘 [vscode插件] 小说阅读器,支持在线搜索和本地阅读,支持txt和epub格式
Stars: ✭ 205 (+135.63%)
Mutual labels:  vscode-extension, vscode-plugin
angular-karma test-explorer
vscode extension for easy angular testing and debugging
Stars: ✭ 67 (-22.99%)
Mutual labels:  vscode-extension, vscode-plugin
sap-hana-driver-for-sqltools
A Visual Studio Code extension which extends the SQLTools extension, with a driver to work with the SAP HANA Database. It supports tables and views, as well as running queries on an SAP HANA Database.
Stars: ✭ 17 (-80.46%)
Mutual labels:  vscode-extension, vscode-plugin
vscode-markdown-link-suggestions
Suggests workspace files and MarkDown file headers in MarkDown links
Stars: ✭ 15 (-82.76%)
Mutual labels:  vscode-extension, vscode-plugin
vscode-appsync-resolver-autocomplete
Adds autocomplete functionality to vscode when editing AWS AppSync resolver vtl files.
Stars: ✭ 21 (-75.86%)
Mutual labels:  vscode-extension, vscode-plugin
quit-control-vscode
➡️ Stop mistyping keyboard shortcuts and quitting VSCode unintentionally
Stars: ✭ 37 (-57.47%)
Mutual labels:  vscode-extension, vscode-plugin
bpmn-js-token-simulation
A BPMN 2.0 specification compliant token simulator.
Stars: ✭ 130 (+49.43%)
Mutual labels:  bpmn, bpmn-js
bpmn-vue-activiti
基于Vue3.x + Vite + bpmn-js + element-plus + tsx 实现的Activiti流程设计器(Activiti process designer based on Vue3.x + Vite + BPMN-JS + Element-Plus + TSX implementation)
Stars: ✭ 345 (+296.55%)
Mutual labels:  bpmn, bpmn-js

vs-code-bpmn-io

GitHub package.json version vs-code-support CI

Display and edit BPMN diagrams in VS Code using 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

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 or setup it locally.

Besides that, several release versions are available from the releases page. To install such .vsix packages, simply use following command.

$ code --install-extension ./vs-code-bpmn-io-[VERSION].vsix

Development Setup

First step, clone this project to your local machine.

$ 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

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

License

MIT

Contains parts (bpmn-js) released under the bpmn.io license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].