Can I automatically insert all members of a object somehow in Visual Studio?

Posted by joeriks on Stack Overflow See other posts from Stack Overflow or by joeriks
Published on 2010-03-20T19:34:17Z Indexed on 2010/03/20 19:41 UTC
Read the original article Hit count: 254

I like to insert all members of a object automatically, so I dont need to type them (or even click them). Ctrl+J gives me the dropdown, but I like them all in code with a default value,

MyObject.Member1=0;

MyObject.Member2="";

MyObject.Member3=0;

Any Add-In or existing shortcut that can help me with that?

© Stack Overflow or respective owner

Related posts about visualstudio2008

Related posts about keyboard-shortcuts