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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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