Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 C#: Completion deletes keywords
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

dgehri
Senior Member

Switzerland
43 Posts

Posted - Sep 05 2007 :  5:28:06 PM  Show Profile  Reply with Quote
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


Edited by - dgehri on Sep 05 2007 5:39:59 PM

feline
Whole Tomato Software

United Kingdom
18941 Posts

Posted - Sep 05 2007 :  7:02:53 PM  Show Profile  Reply with Quote
Not helpful. I have emailed you about this.

zen is the art of being at one with the two'ness
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000