Skip to content

Commit 0ba61cb

Browse files
authored
Merge pull request #392 from marcelstoer/chore/intellij
Update C4 IntelliJ live template
2 parents 42745ca + 98b5266 commit 0ba61cb

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1035,8 +1035,11 @@ It is possible to save them directly inside VS Code: [Creating your own snippets
10351035

10361036
### Prerequisites
10371037

1038-
[Graphviz download](https://graphviz.gitlab.io/download/)
1039-
[PlantUML Integration](https://plugins.jetbrains.com/plugin/7017-plantuml-integration)
1038+
Download and install [Graphviz](https://graphviz.gitlab.io/download/) plus the [PlantUML Integration for IntelliJ](https://plugins.jetbrains.com/plugin/7017-plantuml-integration).
1039+
1040+
OR
1041+
1042+
Install the [AsciiDoc plugin for IntelliJ](https://plugins.jetbrains.com/plugin/7391-asciidoc) if you work with AsciiDoc files rather than `.puml` files.
10401043

10411044
### Install
10421045

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

1052+
Alternatively
1053+
1054+
1. Download [IntelliJ live template](intellij/c4_live_template.zip) ZIP file.
1055+
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).
1056+
3. Restart IntelliJ.
1057+
10491058
### Usage
10501059

10511060
- Create new PlantUML file (.puml).

intellij/c4_live_template.zip

197 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)