c# - How to generate method stubs automatically in VS 2008 or using Coderush Express? -
recently implemented interface had 130 members should implement (c#, think thats irrelevant).
how can generate stubs automatically, in vs 2008
edit:if not possible in vs 2008, i've installed coderush express, can 1 guide me on how cr express ?
left click on interface, select "implement interface."
public class whatever : ixmlserializable
you need click near "i" has little underline.
also, other tools such resharper , devexpress too.
are using vs.net professional?
Comments
Post a Comment