gurrenm3
gurrenm3

Reputation: 330

Create "Add Interface" button for Visual Studio C# Menu

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.enter image description here

Upvotes: 0

Views: 698

Answers (1)

gurrenm3
gurrenm3

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

enter image description here

Upvotes: 2

Related Questions