Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -966,8 +966,11 @@ It is possible to save them directly inside VS Code: [Creating your own snippets

### Prerequisites

[Graphviz download](https://graphviz.gitlab.io/download/)
[PlantUML Integration](https://plugins.jetbrains.com/plugin/7017-plantuml-integration)
Download and install [Graphviz](https://graphviz.gitlab.io/download/) plus the [PlantUML Integration for IntelliJ](https://plugins.jetbrains.com/plugin/7017-plantuml-integration).

OR

Install the [AsciiDoc plugin for IntelliJ](https://plugins.jetbrains.com/plugin/7391-asciidoc) if you work with AsciiDoc files rather than `.puml` files.

### Install

Expand All @@ -977,6 +980,12 @@ It is possible to save them directly inside VS Code: [Creating your own snippets
4. In the Import Settings dialog, select the Live templates checkbox and click OK.
5. Restart IntelliJ.

Alternatively

1. Download [IntelliJ live template](intellij/c4_live_template.zip) ZIP file.
2. Unzip it and copy its `c4.xml` to the `/template` directory in the [IntelliJ settings directory](https://intellij-support.jetbrains.com/hc/en-us/articles/206544519-Directories-used-by-the-IDE-to-store-settings-caches-plugins-and-logs).
3. Restart IntelliJ.

### Usage

- Create new PlantUML file (.puml).
Expand Down
Binary file modified intellij/c4_live_template.zip
Binary file not shown.