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
2 changes: 1 addition & 1 deletion content/en/developers/ide_plugins/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ aliases:
Use Datadog plugins in your preferred integrated development environment (IDE) to interact with Datadog services as you code.

{{< whatsnext desc="See the documentation for information about the following integrations:">}}
{{< nextlink href="developers/ide_plugins/idea/" >}}<u>JetBrains IDEs</u>: The Datadog plugin for IntelliJ IDEA, GoLand, PyCharm, WebStorm, and PhpStorm.{{< /nextlink >}}
{{< nextlink href="developers/ide_plugins/idea/" >}}<u>JetBrains IDEs</u>: The Datadog plugin for IntelliJ IDEA, GoLand, PyCharm, RubyMine, WebStorm, and PhpStorm.{{< /nextlink >}}
{{< nextlink href="developers/ide_plugins/vscode/" >}}<u>VS Code & Cursor</u>: The Datadog extension for VS Code, Cursor, and other related forks.{{< /nextlink >}}
{{< /whatsnext >}}
2 changes: 1 addition & 1 deletion content/en/developers/ide_plugins/idea/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ further_reading:

## Overview

The Datadog plugin for JetBrains IDEs helps improve software performance by providing code insights in the IDE based on real-time observability data. The plugin is for developers that use Datadog products including [Error Tracking][25], [Logs][23], [Live Debugger][20] and [Code Security][24] to monitor their services. It is available for IntelliJ IDEA, GoLand, PyCharm, WebStorm, and PhpStorm.
The Datadog plugin for JetBrains IDEs helps improve software performance by providing code insights in the IDE based on real-time observability data. The plugin is for developers that use Datadog products including [Error Tracking][25], [Logs][23], [Live Debugger][20] and [Code Security][24] to monitor their services. It is available for IntelliJ IDEA, GoLand, PyCharm, RubyMine, WebStorm, and PhpStorm.

{{< img src="/developers/ide_plugins/idea/overview1.png" alt="The Datadog tool window open in IDEA" style="width:100%;" >}}

Expand Down
2 changes: 1 addition & 1 deletion content/en/getting_started/code_security/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Install the [Datadog IDE plugins][5] to run Static Code Analysis (SAST) scans lo
To start running code scans in your IDE, see the respective documentation for your code editor of choice.

{{< whatsnext desc="See the documentation for information about the following integrations:">}}
{{< nextlink href="developers/ide_plugins/idea/#static-analysis" >}}<u>JetBrains IDEs</u>: IntelliJ IDEA, GoLand, PyCharm, WebStorm, and PhpStorm{{< /nextlink >}}
{{< nextlink href="developers/ide_plugins/idea/#static-analysis" >}}<u>JetBrains IDEs</u>: IntelliJ IDEA, GoLand, PyCharm, RubyMine, WebStorm, and PhpStorm{{< /nextlink >}}
{{< nextlink href="developers/ide_plugins/vscode/#static-analysis" >}}<u>Visual Studio Code</u>{{< /nextlink >}}
{{< /whatsnext >}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ disable_toc: false
[Code Security][1] integrates directly with integrated development environment (IDE) tools to provide real-time feedback on the security and quality of your code. IDE integrations are supported for SAST, SCA, and IAST.

{{< whatsnext desc="See the documentation for information about the following integrations:">}}
{{< nextlink href="developers/ide_plugins/idea/#static-analysis" >}}<u>JetBrains IDEs</u>: IntelliJ IDEA, GoLand, PyCharm, WebStorm, and PhpStorm{{< /nextlink >}}
{{< nextlink href="developers/ide_plugins/idea/#static-analysis" >}}<u>JetBrains IDEs</u>: IntelliJ IDEA, GoLand, PyCharm, RubyMine, WebStorm, and PhpStorm{{< /nextlink >}}
{{< nextlink href="developers/ide_plugins/vscode/#static-analysis" >}}<u>Visual Studio Code</u>{{< /nextlink >}}
{{< /whatsnext >}}

Expand Down
Loading