It would be very useful to expose intellisense for object initializers. When I declare an object like:
new Bob() { FirstVal = 1; SecondVal = 2; }
Typing within the curly braces should have intellisense so I can detect the type of properties I can assign to, and their possible values.
Thanks,
-Craig
new Bob() { FirstVal = 1; SecondVal = 2; }
Typing within the curly braces should have intellisense so I can detect the type of properties I can assign to, and their possible values.
Thanks,
-Craig
