Other day I was writing a controller in Rider with Microsoft.AspNetCore.Mvc
we have swagger ui around but then I remembered Intellij always suggests to create http caller when I write controller there then I wonder why Rider does not ask anyway I was looking and found, there is View -> Tool Windows -> Endpoints which opens a small window for listing defined methods in our Controller
below you can see how to enable and use the endpoint window