Reputation: 330
I'd like to add an "Add Interface" button to Visual Studio's "Add New Item" menu. It would be similar to the one-click "Add Class" button, but for interfaces. Is this possible? I've attached a screenshot with the menu I want to add it to.
Upvotes: 0
Views: 698
Reputation: 330
Thanks to the suggestions of Joe and Quaabaam I was able to make my own extension that does this. Here's the link if anyone else had this issue and wants the extension: https://marketplace.visualstudio.com/items?itemName=Thomas-Margraff.AddNewInterface
Upvotes: 2