rider C# plugin: how to create a run configuration and then run it

143 Views Asked by At

Using the SampleContextAction from https://github.com/JetBrains/resharper-rider-plugin I'm trying to create a ContextAction that "detect" comments like this:

//>Filestar.exe -load=*MediaToolKit* -command="convert to webp" sample:sample.mp4

And the create a run configuration and then execute it?

I'm stuck on creating a run configuration and then executing it?

1

There are 1 best solutions below

1
On

From my experience, it's much easier and more promising to directly ask the JetBrains guys in their Slack channel when it comes to developing plugins. You can request an invitation here.