Rider plugin
I have a VSIX plugin to Visual Studio, and right now I have to Creat similar plugin to Rider.
Is there a way to Creat plugin which allow Rider to Creat a solution with some libraries, which I provide by NuGet package?
Please sign in to leave a comment.
You can take a look at https://www.jetbrains.com/help/resharper/sdk/Rider.html and the surrounding documentation to get started creating a Rider plugin
Hi,
In addition to what Sascha Andres has posted (thanks!), here's some more resources to check out if you want to develop a plugin for Rider: