c# - Visual Studio 2010: Add new class file that inherits from existing class? -


is there way in visual studio 2010 add new file (class) project inherits existing base class, abstract or otherwise? seems simple concept can't find way it.

i'd able example right click class name in ide , and select "add new inheriting class" or similar. 1 of things save lot of repetition. ideally implement (generate stubs) abstract members, etc.

does know way either through stock vs2010 or resharper? i've dug through both , can't find anything. interestingly enough, resharper allow generating superclass, not subclass..

i don't think it's faster right click -> add base class add class file , type : base behind it.

if want implement abstract class can right click on base class , select "implement abstract members"

you can use class diagram tool (right click project , select view class diagram) add class , drag inheritance arrow toolbox onto it.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -