Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>DMN EditorNew to Visual Studio Code? Get it now.

DMN Editor

Red Hat

redhat.com
|
17,157 installs
| (7) | Free
Edit DMN and Test Scenario files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

Setting Description Default value
kogito.dmn.runOnSave Execute a command on each save operation of the DMN file empty
kogito.dmn.svgFilenameTemplate Filename template to be used when generating SVG files ${fileBasenameNoExtension}-svg.svg
kogito.dmn.svgFilePath Where to save generated SVG files ${fileDirname}

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

Variable Example
${workspaceFolder} /home/your-username/your-project
${fileDirname} /home/your-username/your-project/folder
${fileExtname} .ext
${fileBasename} file.ext
${fileBasenameNoExtension} file
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft