intellij_platform.md: link

This commit is contained in:
Yann Cébron 2022-02-28 17:06:22 +01:00
parent b65520b319
commit aa81ebb5a5

View File

@ -77,6 +77,8 @@ The following IDEs are based on the IntelliJ Platform:
* [Comma](https://commaide.com/) IDE for Raku (formerly known as Perl 6) * [Comma](https://commaide.com/) IDE for Raku (formerly known as Perl 6)
* [Jmix Studio](https://www.jmix.io/tools/) * [Jmix Studio](https://www.jmix.io/tools/)
See *Part VIII — Product Specific* for IDE specific details.
#### Rider #### Rider
JetBrains [Rider](https://www.jetbrains.com/rider/) uses the IntelliJ Platform differently than other IntelliJ based IDEs. JetBrains [Rider](https://www.jetbrains.com/rider/) uses the IntelliJ Platform differently than other IntelliJ based IDEs.
It uses the IntelliJ Platform to provide the user interface for a C# and .NET IDE, with the standard IntelliJ editors, tool windows, debugging experience, etc. It uses the IntelliJ Platform to provide the user interface for a C# and .NET IDE, with the standard IntelliJ editors, tool windows, debugging experience, etc.
@ -89,4 +91,4 @@ This means that creating a plugin for Rider involves two parts — a plugin that
Fortunately, many plugins can simply work with the ReSharper backend. Fortunately, many plugins can simply work with the ReSharper backend.
The Rider takes care of displaying the results of inspections and code completion, and many plugins can be written that don't require an IntelliJ UI component. The Rider takes care of displaying the results of inspections and code completion, and many plugins can be written that don't require an IntelliJ UI component.
More details can be found in the *Part VIII — Product Specific* section. More details can be found in [](rider.md).