This extension simplifies the process of adding a new Interface to a project and then giving it a public access modifier
1) In an open Project, right click in the Solution Explorer menu and click the following context menu item
2) Enter in the name of your interface (E.G. MyNewPublicInterface)
3) Click "OK" or hit the Enter button and you will now have the following interface file added to your project |