Does a feature exist for Visual Studio 2015 that does reasonable scaffolding for ASP.NET MVC? What I mean by "reasonable" is this:
- DateTime fields are generated as Date drop downs (or Time).
- ID References to foreign keys are dropdowns listing data from other tables, rather than just text entry fields.
- Lists of items provide paging of some sort
P.S. I know about right-clicking on Controller and Add/New Scaffolded Item..., but it suffers from all the problems mentioned above.