This extension creates a search box in a Visual Studio 2010 toolbar and Team menu which is used to pull up a work item directly by its ID or search through work items based on text entered. A big thanks goes out to Noah Coad for publishing the open source code for thehttp://searchworkitems.codeplex.com/ addin for Visual Studio 2005 and 2008, which helped us tremendously when we created this extension for 2010. Check out my blog for some additional info and screenshots: http://geekswithblogs.net/MikeParks/archive/2010/05/20/search-work-items-for-tfs-2010---new-extension.aspx * Additional note: The default search fields are Title, History, and Description. If you want to modify which work item fields are searchable, type in "--template" (no quotes) into the search box and hit enter. This will open the search template. Just add another "Or" statement, pick the field name, select an operator, type "[search]" (no quotes) in the value field, and hit ctrl + s to save. The next time you run a search it will use the modified search template. Source Code: http://searchworkitems.codeplex.com/SourceControl/list/changesets
Version History v 1.4Allowed Visual Studio Integrated Shell support (You must also have Team Explorer for this version to work). The stand alone version of Visual Studio Shell + Team Explorer is located here:http://www.microsoft.com/downloads/details.aspx?familyid=FE4F9904-0480-4C9D-A264-02FEDD78AB38&displaylang=en v 1.3Updated manifest file editions to include Premium and Professional v 1.2Renamed Extension from "TFS 2010 Search Work Items" to "Search Work Items for TFS 2010" v 1.1Updated AssemblyInfo Names v 1.0 Initial Release |