T O P I C R E V I E W |
Mike ONeill |
Posted - Jun 19 2012 : 12:11:29 PM Hi
I recently started to use the C# object short hand imitia;isation
Test test = new Test{TestName = "Hello", TestNo = 3.....}
Wouldn't it be nice if intellesnce woked within the braces
Cheers
Mike |
3 L A T E S T R E P L I E S (Newest First) |
accord |
Posted - Jun 20 2012 : 2:13:50 PM OK, thanks. Like I said we have a case for this, thus will improve it later, but the listbox itself seems to work for me, so I just wanted to help you to get the maximum out of the current state. So if it doesn't work for you, I may be able to help to make it work. Starting from a simple test case like the above can help to see what type of problem are you seeing. |
Mike ONeill |
Posted - Jun 20 2012 : 06:04:35 AM Many Apologies
This seems to work OK , this is my work PC but its much the same set up as my home one
Its Vs 2010 sp1 Ult Win 7 Ult
Vax is 1906
I'll recheck at home later.
Mike |
accord |
Posted - Jun 19 2012 : 8:06:13 PM We are planning to add support for collection initializers:
case=27194
Anyway, what feature do you exactly miss? Listboxes works for me:

Do you get the same result with the above test code? If listboxes don't work the way you see on the screenshot for you: what version of the IDE and Visual Assist are you using? |