Routing is at the core of ASP.NET development. In the latest 2021.1 EAP builds, ReSharper and Rider now offer some excellent new functionality to work with routes and route templates in ASP.NET. Let’s take a look what the .NET tools can do for you.
Route completion
Sometimes, it’s the little things that are the most helpful. Once you’ve declared a parameter in an action method, ReSharper or Rider inserts the route template of your choice.
Type the opening bracket {, then select the parameter to fill in. This is a great way to define routes quickly and without typos.
Add/remove route paramete