Is it possible to write new controller templates in VS2017 for Core? I've spent a lot of time in my current project doing 2 things - making the provided "Index" method async, and adding a matching Index view.
In previous versions, it was possible to use T4 templates to add to the "new scaffolded item" dialog. However, I've been unable to find any T4 templates for the Core controllers.