Author: ScottGu's Blog | Posted on: 10/21/2009 12:50:57 AM | Views : 749

This is the ninth in a series of blog posts I?m doing on the upcoming VS 2010 and .NET 4 release.  In today?s blog post I?m going to cover some of the new code searching and navigation features that are now built-into VS 2010. Searching and Navigating code Developers need to be able to easily navigate, search and understand the code-base they are working on.  In usability studies we?ve done, we typically find that developers spend more time reading, reviewing and searching existing code than actually writing new code.  The VS 2010 code editor adds some nice new features that allow you to more productively search and navigate a code-base, and enable you to more easily understand how code is being used within a solution.  Searching...(read more) ...

Go to the complete details ...