vs-code-bpmn-io
                                
                                
                                
                                    vs-code-bpmn-io copied to clipboard
                            
                            
                            
                        Transform static html generation
What should we do?
Currently, the webview content is generated by a simple string containing the HTML, cf. bpmnModelerBuilder.ts#L20. We should convert it to some more dynamic, e.g. a React Webview.
Why should we do it?
For the development experience, it's pretty annoying to build the core of the application, the BPMN editing, and preview functionality, inside a simple HTML string. By building it in a different way, syntax highlighting would be way easier.