is it possible to create something like an extension for Visual Studio 2019 that adds custom scaffolding razor pages to an ASP.Net project? I want to create some templates which can be used on several projects with different class types. Is it possible to create a window like the one for adding Identity? (see below)
I found the source code of the Identity templates on Github but unfortunately I do not know how to include new templates in VS 2019 that I can pick it from the context menue.
