apache / incubator-kie-issues

Apache License 2.0
12 stars 1 forks source link

VSCode DMN documentation enhancement #1054

Open jeremyfordip opened 6 months ago

jeremyfordip commented 6 months ago

The DMN VSCode extension provides this action for generating the SVG of the overall DRD:

"kogito.dmn.runOnSave": "extension.kogito.silentlyGenerateSvgDmn"

Is there an equivalent for exporting the full content that is generated in the "Documentation" tab?

Could the DMNDocumentationService be configured as an action to write out the HTML in the same manner as the SVG?

yesamer commented 6 months ago

HI @jeremyfordip, thank you for proposing such a feature. We already have a task for a similar feature, you can refer to https://github.com/apache/incubator-kie-issues/issues/171. Yeser

tiagobento commented 6 months ago

For VS Code, we would need to work on https://github.com/apache/incubator-kie-issues/issues/388 first.