From 06e6364b6a33ade6c7af18f6b8b859fb5e64c04c Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Mon, 18 Mar 2024 16:22:52 +0100 Subject: [PATCH] Clarify the Rider/ReSharper plugin list --- topics/products/rider/rider.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/topics/products/rider/rider.md b/topics/products/rider/rider.md index f64aae474..c38ac7dcb 100644 --- a/topics/products/rider/rider.md +++ b/topics/products/rider/rider.md @@ -62,8 +62,12 @@ And the following plugin.xml would require placing the file under < ## Open Source Rider Plugins -When learning new development configurations, it is helpful to have some existing plugins for reference. -This list is intended to provide some representative projects. +It can be useful to refer to existing projects to help understand how to build plugins for Rider. +The following list of plugins is all open source, and can demonstrate how to implement different functionality. +Please note that the list includes ReSharper plugins as well as Rider plugins. +Since a lot of Rider's language features are shared with the ReSharper engine, and since the Rider SDK includes the ReSharper SDK, then it can be useful to look at ReSharper plugins too. +Also note that these plugins might not be up-to-date with the current SDK. + * [Unity support for both ReSharper and Rider](https://github.com/JetBrains/resharper-unity) * [F# support in JetBrains Rider](https://github.com/JetBrains/fsharp-support) * [AgentMulder](https://github.com/ERNICommunity/AgentMulder/)