davidgi
New Member
2 Posts |
Posted - Jun 01 2005 : 2:51:54 PM
|
This is the single feature that would make writing code in a large codebase so much easier. Imagine being in a .h file and you want to find all instances of CMyObject::Update(). The way the built in (Visual Studio's...not Whole Tomato's) find-all works, is just searching for strings, bringing up all instances of the string 'Update'.
The Visual Assist 'Find Next By Context' has similar functionality, so maybe this wouldn't be impossible to add (hoping). But instead of find-next-by-context within the file, I would love find-all-by-context within the project/solution.
If you all agree, let's make some noise about this. This is the first time to this forum, so let me know if it has already been requested.
Thanks, Dave |
|