vs-code-bpmn-io
vs-code-bpmn-io copied to clipboard
View and edit BPMN diagrams in VSCode. Powered by bpmn.io tools.
__Is your feature request related to a problem? Please describe__ Continuing work on existing diagrams that use colors (e.g. set via Cawemo or Camunda Modeler) is not fully possible. __Describe...
__What should we do?__ Instead of opening the BPMN editor inside a new webview panel, we should investigate whether it's feasible to offer native editor support, like [`image-preview`](https://github.com/microsoft/vscode/tree/master/extensions/image-preview) has it....
__Is your feature request related to a problem? Please describe__ Is it possible to open from the vs-code text file (in my case Gherkin feature file) the BPMN diagram (modeler)...
__Is your feature request related to a problem? Please describe__ The BPMN editor does nothing when it displays an empty BPMN file. This is not a bug but a little...
Since we are able to simply render BPMN diagrams right now, it would be easily possible to extend the current functionality via [`dmn-js`](https://github.com/bpmn-io/dmn-js) and [`cmmn-js`](https://github.com/bpmn-io/cmmn-js/).
__Describe the Bug__ VS Code extension is not able to render BPMN diagram when bmpn file contains , tags. __Steps to Reproduce__ 1. Open BPMN file with tag inside 2....
__Describe the Bug__ Using the VS Code menu action `Save` is not doing anything.  __Steps to Reproduce__ 1. Make changes in a diagram 2....
__Describe the Bug__ Copy/paste text from system clipboard or inside the editor between diagram elements does not work. __Steps to Reproduce__ Pressing CMD+A, CMD+C, CMD+V have no effect when editing...
Depends on #2 Add the [`bpmn-js-properties-panel`](https://github.com/bpmn-io/bpmn-js-properties-panel) to the Modeler Panel.
__What is inside__ * [ ] No out of the box editing support for XML => Users can toggle the document type manually to XML if they like to see...