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
 VA X Build 1647: VS.NET 2003 Feature removed?
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

mraiford
New Member

5 Posts

Posted - Aug 01 2008 :  08:27:27 AM  Show Profile  Reply with Quote
Correct me if I'm wrong, but I seem to remember a handy feature in Visual Assist X in the VS.NET 2003 IDE, which would bring up 2 suggestions for type names entered if they weren't available because there was no using directive. One being the fully qualified name, the other being the option to add the Using directive.

I know this feature now exists in VS 2008, but seems to have disappeared from Visual Assist X completely. Was this intended to be removed only from the 2008 IDE, since it duplicated an existing feature, but was also unintentionally removed from the 2003 IDE, or did the feature have to be dropped alltogether due to it's official inclusion on the 2008 IDE?

I only hope that inquiry made sense ;)

(edit) FWIW, this worked on the 1640 build.

Edited by - mraiford on Aug 01 2008 08:45:25 AM

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Aug 01 2008 :  09:47:33 AM  Show Profile  Reply with Quote
What language are you programming in? I am guessing C#.

I am not aware that the VA suggestion has been removed.

zen is the art of being at one with the two'ness
Go to Top of Page

mraiford
New Member

5 Posts

Posted - Aug 01 2008 :  09:56:53 AM  Show Profile  Reply with Quote
Yes, I'm using C#.

Hmm, possibly a bug, then?

If you have VS.NET 2003, do this with 1645 or later:

Create a new class library project. Go to the newly created class file. Inside the class begin typing a line such as:

public Hashtable whatever;


It will bring up a a suggestion list when you start typing hashtable, suggesting the variable. I usually hit the tab key at this point to finish it. On 1640 it brings up a second suggestion list containing the using statement, the Icon next to it looks like a the icon for a VA Snippet. On later builds, it brings up a second list, but it contains only the entry for Hashtable by itself, no suggestion for System.Collections.Hashtable, and no suggestion for using System.Collections.

Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Aug 01 2008 :  1:35:45 PM  Show Profile  Reply with Quote
I am seeing the same problem here, this is a regression, not a deliberate change:

case=18881

zen is the art of being at one with the two'ness
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Sep 13 2008 :  01:30:01 AM  Show Profile  Reply with Quote
case=18881 is fixed in build 1649
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