A group blog from members of the VB team
Quick Search has to be one of my favorite features in the 2010 CTP. I find myself using it all the time! I hope you will find it useful in your development too. The Quick Search functionality has become a pretty common feature in development environments today. That's because it since it handles such a common scenario - needing to find something in your code! Read on to learn more about this exciting addition in VS 2010.
This blog post is part of a series on the walkthroughs included in the October VS2010 CTP. Each walkthrough guides you through a series of steps, to help you experience the new features coming up in Visual Studio 2010 and .NET Framework 4.0. Even if you choose not to download the CTP, you may find that you are still able to give feedback based on the descriptions and illustrations below. Please leave your feedback on this feature set at the end of this post, or at the following forum:
http://social.msdn.microsoft.com/Forums/en-US/vs2010ctpvbcs/thread/1eb74a01-0d50-4a58-b9b3-cdfae5807ef8
Thanks! Lisa
This walkthrough demonstrates the new Quick Search for Files and Symbols feature in Visual Studio 2010. Quick Search is a tool that helps you locate items in your code by using "fuzzy" search capabilities. You can access the Quick Search window from within any code file in a project by pressing CTRL+, (the CTRL key and the comma key). You can type any number of search terms in the Quick Search window and Visual Studio will search your project for symbols, which include file, type, and member names, that match the supplied search terms.
For convenience, this walkthrough uses the PeopleTrax sample that is included with Visual Studio. You can, of course, use the Quick Search feature with any solution or project.
I am THRILLED you have discovered this feature, available through numerous third party applications and nearly every single IDE except visual studio, and possibly even helped bring it to VS.Net.
If this process continues, in 5-10 years we will be at feature parity with IntelliJ of ~2001. Unfortunately, the usability there will probably still be better in that old version, but at least we will have some basic features.
Thank god for the VB team sometimes, because without you guys even these ancient, crusty, basic productivity items wouldn't be present.
Now, where is my quick navigate to class. Considering I have 500+ class that implement nearly every "name" I would want to find, I can't wait to wade through the list to find my instance!
Hi Andrew,
Glad to hear you like the feature!
Although we don't have an example listed above, Quick Search will also support searching for a class.
Cheers,
Lisa
My latest in a series of the weekly, or more often, summary of interesting links I come across related to Visual Studio. Greg Duncan posted a link to the Silverlight Spy release . The application shows the structure of a Silverlight application. Similar
Need: wildcards (can't believe this is missing!), dockable window
Want: Icon next to the Go To Find Combo (Ctrl-D) box in the toolbar (I know I can add one manually, I'm saying it should be there by default)