T O P I C R E V I E W |
cgough |
Posted - Jan 27 2010 : 4:43:03 PM static void Function(out SortedList<int, List<decimal>> complicated ) { complicated = new out SortedList<int, List<decimal>>(); }
When you type this out VAX finishes the new keyword incorrectly, it is including the out keyword with the auto complete.
complicated = new { out SortedList<int, List<decimal>> };
Thanks. |
3 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Feb 15 2010 : 1:13:15 PM I am seeing the same problem in VS2008 with VA 1738, but I cannot reproduce the problem with VA 1812, which is our current beta release:
http://www.wholetomato.com/downloads/default.asp
Can you try this version and see if it fixes the problem for you please. |
cgough |
Posted - Feb 14 2010 : 2:13:51 PM Sorry bout that.
VA_X.dll file version 10.5.1738.0 built 2009.10.01 exe version 9.0.30729.1 msenv.dll version 9.0.30729.4108 Font: Bitstream Vera Sans Mono 13(Pixels) Comctl32.dll version 6.10.6001.18000 Windows Vista 6.0 Build 6001 Service Pack 1 2 processors (x86)
|
feline |
Posted - Jan 28 2010 : 12:08:53 PM Which IDE and version of VA are you using?
So far I cannot reproduce this problem using VS2005 and VA 1810. |