You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
tom_seddon
Posted - Feb 28 2008 : 07:05:26 AM Hi
Currently, typing "(" in the methods list clears the input. It would be useful if it were treated as an ordinary char. This way, when working in C#, finding the constructors for a class would be easier.
In C++, for a given class, X, I can find the constructor using ".X". This doesn't work in C#, though: ".X" matches everything in the file, because X has a parent namespace. ".X(" is a better match, but the "(" can't be entered.
(This might also help C++ programmers who use namespaces, but this is not something I do myself so I couldn't say for sure.)
Thanks,
--Tom
2 L A T E S T R E P L I E S (Newest First)
support
Posted - Jul 14 2008 : 2:39:32 PM case=13749 is implemented in build 1645
feline
Posted - Feb 29 2008 : 11:42:34 AM That makes sense. I have put in a feature request for this:
case=13749
For now you might find placing keyboard focus into VA Outline and typing the start of the class name helps. You might need to do this a couple of times, since the first time VA is likely to jump to the class parent node. But inside this node it should work fairly well.