Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 C# new keyword auto complete error

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

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.

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000