mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
Add rvw comments
This commit is contained in:
parent
29b07b0ab2
commit
3ff63f0acd
@ -11,7 +11,7 @@ Rider uses the IntelliJ Platform to provide the user interface for a C# and .NET
|
||||
Although there is no dedicated Rider SDK, the [ReSharper DevGuide](https://www.jetbrains.com/help/resharper/sdk/Products/Rider.html) addresses the subject of plugins for Rider.
|
||||
The documentation describes the [configuration](https://www.jetbrains.com/help/resharper/sdk/Products/Rider.html#plugin-project-jvm) of `build.gradle` and `settings.gradle` files to build a Rider plugin using the [Gradle project system](/tutorials/build_system.md) in IntelliJ IDEA.
|
||||
|
||||
## Developing with the Rider API
|
||||
## Developing Rider Plugins with the IDEA and ReSharper SDKs
|
||||
Before starting a new Rider plugin project, review the article [Writing plugins for ReSharper and Rider](https://blog.jetbrains.com/dotnet/2019/02/14/writing-plugins-resharper-rider/).
|
||||
In particular, this article discusses _One Template to Rule Them All_, a way to quickly get started writing plugins for both Rider and ReSharper.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user