eclipse - Add new item in Visual Studio -


in eclipse add new class wizard lets specify sorts of options, such modifiers class has, interfaces implements, parent class(es) is, package resides in, etc.

comparatively default add new item wizard in visual studio while offering large selection of templates not offer such options.

is there way eclipse functionality in visual studio through setting or extension?

visual studio has different way of handling things. add class , use refactor menu add interfaces, etc. right click on class name -> refactor, or can use refactor menu.


Comments