tom_seddon
Tomato Guru
162 Posts |
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
|
|
feline
Whole Tomato Software
United Kingdom
19025 Posts |
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. |
zen is the art of being at one with the two'ness |
|
|