Incremental Search / Type-ahead Find
Posted: Tue Sep 02, 2003 6:01 pm
Searching the suggestions revealed one item matching "Incremental AND Search" [message]. Since this useful feature is not necessarily well-known, I figured I'd describe it:
Incremental Search / Type-ahead Find (as its known in Mozilla/Firebird) is a search that's only activated with a shorcut (Default: Ctrl+I in Visual Studio 02/03; '/' in Mozilla/Firebird). There's no dialog to fill in. You just start typing. As what you type matches in the document, the match starts selecting (and is scrolled into view if necessary). Once you've typed all you want to match, F3/Shift-F3 (for the aforementioned applications) cycle through the matches. If what you've typed ceases to match in the current document, there's usually a notification (in the statusbar, accompanied by some audio cue, too).
This feature is very useful for quickly locating things (function/variable definitions, a given xml element, that one id throwing the error, etc.) that you don't need wildcards/regular expressions to match.
If more description is needed on this feature, I'd be happy to supply it, but I'd also recommend trying it out in VisualStudio 2K2/2K3 (if you have it) or Mozilla/Firebird (which are free downloads [link], if you don't).
Jacob.
Incremental Search / Type-ahead Find (as its known in Mozilla/Firebird) is a search that's only activated with a shorcut (Default: Ctrl+I in Visual Studio 02/03; '/' in Mozilla/Firebird). There's no dialog to fill in. You just start typing. As what you type matches in the document, the match starts selecting (and is scrolled into view if necessary). Once you've typed all you want to match, F3/Shift-F3 (for the aforementioned applications) cycle through the matches. If what you've typed ceases to match in the current document, there's usually a notification (in the statusbar, accompanied by some audio cue, too).
This feature is very useful for quickly locating things (function/variable definitions, a given xml element, that one id throwing the error, etc.) that you don't need wildcards/regular expressions to match.
If more description is needed on this feature, I'd be happy to supply it, but I'd also recommend trying it out in VisualStudio 2K2/2K3 (if you have it) or Mozilla/Firebird (which are free downloads [link], if you don't).
Jacob.