jbogard / MediatR

Simple, unambitious mediator implementation in .NET
Apache License 2.0
11k stars 1.16k forks source link

Visual Studio shortcut? #908

Closed mariusz96 closed 1 year ago

mariusz96 commented 1 year ago

I'm not sure if this question even belongs here but say I have MyRequest.cs file opened in Visual Studio - is there some nice shortcut I can use to navigate directly to its' handler?

I'm thinking something akin to "Go To Implementation" but for MediatR.

jbogard commented 1 year ago

Not that I'm aware.

mariusz96 commented 1 year ago

Ok, thanks. I guess I'll need to hack something on my own 🤷.

maxime-poulain commented 1 year ago

Hello,

if you are using Resharper (or Rider), you can use this: https://www.jetbrains.com/help/resharper/Navigate_To_Consuming_APIs.html