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
 missing classes in class scope versus method scope
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

brian_winfield
Senior Member

USA
33 Posts

Posted - Nov 16 2004 :  2:38:00 PM  Show Profile
I'm using VS2003 and C#

Create a class

public class Foo
{

public void Bar()
{

}
}

I get different items depending if I'm typing a variable in the class scope versus inside the method. I would expect to see pretty much the same content (expect for local method variables) in each of the list boxes.

I sent pictures to [email protected]


Brian S Winfield

Edited by - brian_winfield on Nov 16 2004 2:46:17 PM

support
Whole Tomato Software

5566 Posts

Posted - Nov 16 2004 :  5:10:03 PM  Show Profile
Inside the class, Returnvalue appears:




Inside the method, ReturnValue does not appear:

Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Nov 16 2004 :  5:13:40 PM  Show Profile
The listboxes in your GIFs are completion listboxes. We presume you pressed Ctrl+Space to make them appear.

For C#, our software only enhances the listboxes you see when you press Ctrl+Space. The content comes from the IDE, i.e. the default parsers for C#.

While we appreciate your point, we cannot change the behavior.

Suggestion listboxes, i.e. those with question marks, are entirely from VA X for all languages.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000