Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 C#: Completion deletes keywords

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
dgehri Posted - Sep 05 2007 : 5:28:06 PM
When using VA.X with C#, auto complete doesn't seem to work. For instance, when I start typing a switch case like this:

switch (n)
{
   case SomeEnum.


after the ".", the auto-complete box pops up and suggests the various enum values. If I select one (eg. "Foo") using Enter or Tab, the "case" is deleted and I end up with this:

switch (n)
{
   SomeEnum.Foo


However, when I now backspace everything and again enter "case SomeEnum." and accept "Foo", then it's working. On a new line, I again get the faulty behavior.

The same happens with "new", "if" and just about any keyword, which also get deleted when auto-completing whatever follows.

Is there a work-around for this ?

- Togo

1   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Sep 05 2007 : 7:02:53 PM
Not helpful. I have emailed you about this.

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