From eb6ea1217b18765bb1f9880d9f290a04d480ea3f Mon Sep 17 00:00:00 2001 From: Matthias Koch Date: Sun, 13 Aug 2023 19:51:43 +0200 Subject: [PATCH] fix(docs): remove extension marketplace links --- docs/07-ide/resharper.md | 2 +- docs/07-ide/rider.md | 2 +- docs/07-ide/visual-studio.md | 2 +- docs/07-ide/vscode.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/07-ide/resharper.md b/docs/07-ide/resharper.md index d4066ea90..8633d48fa 100644 --- a/docs/07-ide/resharper.md +++ b/docs/07-ide/resharper.md @@ -8,7 +8,7 @@ import InstallButton from '@site/src/components/InstallButton'; url="https://plugins.jetbrains.com/plugin/11804-nuke-support" event="WOA4OHK6" /> -In [ReSharper](https://www.jetbrains.com/resharper) you can install the [NUKE Support extension](https://plugins.jetbrains.com/plugin/11804-nuke-support) to be more productive in writing, running, and debugging your builds. +In [ReSharper](https://www.jetbrains.com/resharper) you can install the **NUKE Support extension** to be more productive in writing, running, and debugging your builds. You can click the gutter icon next to your targets or hit Alt + Enter from inside their declaration to run and debug them. The top-level item starts a normal execution including all dependencies. From the submenu, you can debug and run/debug without dependencies: diff --git a/docs/07-ide/rider.md b/docs/07-ide/rider.md index df04b850f..9051aaead 100644 --- a/docs/07-ide/rider.md +++ b/docs/07-ide/rider.md @@ -10,7 +10,7 @@ import RiderInstallButton from '@site/src/components/RiderInstallButton'; pluginId="com.intellij.rider.plugins.nuke" event="CDWS3QRP" /> -In [JetBrains Rider](https://www.jetbrains.com/rider) you can install the [NUKE Support plugin](https://plugins.jetbrains.com/plugin/10803-nuke-support) to be more productive in writing, running, and debugging your builds. +In [JetBrains Rider](https://www.jetbrains.com/rider) you can install the **NUKE Support plugin** to be more productive in writing, running, and debugging your builds. You can click the gutter icon next to your targets or hit Alt + Enter from inside their declaration to run and debug them. The top-level item starts a normal execution including all dependencies. From the submenu, you can debug and run/debug without dependencies: diff --git a/docs/07-ide/visual-studio.md b/docs/07-ide/visual-studio.md index b447c4ac8..91f5e6a9a 100644 --- a/docs/07-ide/visual-studio.md +++ b/docs/07-ide/visual-studio.md @@ -8,7 +8,7 @@ import InstallButton from '@site/src/components/InstallButton'; url="https://marketplace.visualstudio.com/items?itemName=nuke.visualstudio" event="ICIIXSN5" /> -In [Visual Studio](https://visualstudio.microsoft.com/) you can install the [NUKE Support extension](https://marketplace.visualstudio.com/items?itemName=nuke.visualstudio) to be more productive in writing, running, and debugging your builds. +In [Visual Studio](https://visualstudio.microsoft.com/) you can install the **NUKE Support extension** to be more productive in writing, running, and debugging your builds. From the _Task Runner Explorer_, you can double-click a target to run it. Additionally, you can use toggle buttons to attach the debugger or skip dependencies: diff --git a/docs/07-ide/vscode.md b/docs/07-ide/vscode.md index e70c76b7a..2f1c1608b 100644 --- a/docs/07-ide/vscode.md +++ b/docs/07-ide/vscode.md @@ -10,7 +10,7 @@ import ControlKey from '@site/src/components/ControlKey'; install={true} event="DR2GVCBB" /> -In [Visual Studio Code](https://code.visualstudio.com/) you can install the [NUKE Support extension](https://marketplace.visualstudio.com/items?itemName=nuke.support) to be more productive in writing, running, and debugging your builds. +In [Visual Studio Code](https://code.visualstudio.com/) you can install the **NUKE Support extension** to be more productive in writing, running, and debugging your builds. Above each target, you can click the `Run Target` or `Debug Target` CodeLens items. Additionally, you can bring up the command palette via + Shift + P and call one of the actions to run/debug with/without dependencies: