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?
/Edit : I like to have the above generated automatically, so that I just need to put each default value there by myself.