Use Intellisense for ASP.NET Core areas, controllers and actions in Custom View Components
I guess everyone is familiar with the ASP.NET Core taghelpers like form
where you can use the attributes like asp-area
to get intellisense for the areas, controllers or actions. I would like the same autocomplete (and therefore refactor) functionality for custom view components.