0.32.0 • Published 7 months ago

dmn-vscode-extension v0.32.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
7 months ago

DMN Editor

vs-code-support github-ci

Create and edit DMN and SceSim files.

Features

  • Create and edit DMN 1.1 and DMN 1.2 (.dmn) files.
  • Create and edit SceSim (.scesim) files with the Test Scenario Editor.
  • Native keyboard shortcuts (Press shift+/ to display available combinations).
  • Export diagram to SVG (use the SVG icon on the top-right corner).

Editing a new DMN file

alt

Editing a SceSim file

DMN files must be inside a src/ folder on your Workspace to be visible on the Test Scenario Editor.

alt

Settings

SettingDescriptionDefault value
kogito.dmn.runOnSaveExecute a command on each save operation of the DMN fileempty
kogito.dmn.svgFilenameTemplateFilename template to be used when generating SVG files${fileBasenameNoExtension}-svg.svg
kogito.dmn.svgFilePathWhere to save generated SVG files${fileDirname}

The kogito.dmn.svgFilenameTemplate and kogito.dmn.svgFilePath settings accept the following variables as tokens:

VariableExample
${workspaceFolder}/home/your-username/your-project
${fileDirname}/home/your-username/your-project/folder
${fileExtname}.ext
${fileBasename}file.ext
${fileBasenameNoExtension}file