From 79890ad5654beeb3987ea3d6ce3ac700889cf113 Mon Sep 17 00:00:00 2001 From: Mukundan Sundararajan Date: Thu, 11 Feb 2021 15:06:51 -0800 Subject: [PATCH] updates --- .../en/developing-applications/ides/intellij.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/daprdocs/content/en/developing-applications/ides/intellij.md b/daprdocs/content/en/developing-applications/ides/intellij.md index d5854d087..8ac232595 100644 --- a/daprdocs/content/en/developing-applications/ides/intellij.md +++ b/daprdocs/content/en/developing-applications/ides/intellij.md @@ -23,14 +23,15 @@ Let's get started! ## Add Dapr as an 'External Tool' -First, quit IntelliJ. +First, quit IntelliJ before modifying the configurations file directly. ### IntelliJ configuration file location +For versions [2020.1](https://www.jetbrains.com/help/idea/2020.1/tuning-the-ide.html#config-directory) and above the configuration files for tools should be located in: {{< tabs Windows Linux MacOS >}} {{% codetab %}} -For versions [2020.1](https://www.jetbrains.com/help/idea/2020.1/tuning-the-ide.html#config-directory) and above the configuration files for tools should be located in: + ```powershell %USERPROFILE%\AppData\Roaming\JetBrains\IntelliJIdea2020.1\tools\ ``` @@ -38,7 +39,6 @@ For versions [2020.1](https://www.jetbrains.com/help/idea/2020.1/tuning-the-ide. {{% codetab %}} -For versions [2020.1](https://www.jetbrains.com/help/idea/2020.1/tuning-the-ide.html#config-directory) and above the configuration files for tools should be located in: ```shell $HOME/.config/JetBrains/IntelliJIdea2020.1/tools/ ``` @@ -46,8 +46,6 @@ For versions [2020.1](https://www.jetbrains.com/help/idea/2020.1/tuning-the-ide. {{% codetab %}} -For versions [2020.1](https://www.jetbrains.com/help/idea/2020.1/tuning-the-ide.html#config-directory) and above the configuration files for tools should be located in: - ```shell ~/Library/Application Support/JetBrains/IntelliJIdea2020.1/tools/ ``` @@ -58,7 +56,7 @@ For versions [2020.1](https://www.jetbrains.com/help/idea/2020.1/tuning-the-ide. > The configuration file location is different for version 2019.3 or prior. See [here](https://www.jetbrains.com/help/idea/2019.3/tuning-the-ide.html#config-directory) for more details. -Change the version in the path if needed. +Change the version of IntelliJ in the path if needed. Create or edit the file in `/tools/External\ Tools.xml` (change IntelliJ version in path if needed). The `` is OS dependennt as seen above. @@ -70,9 +68,8 @@ Add a new `` entry: - - -