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

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -