Visual Studio 2010: How to Use the New Code Editor
In this 19-minute video, you'll learn about the new code editor in Visual Studio 2010.
See: http://channel9.msdn.com/shows/10-4/10-4-Episode-5-Code-Focused-in-Visual-Studio-2010/.
Contents:
2:15 Highlight References: Where is my code being used? Select code, use CTRL + SHIFT + UP ARROW and CTRL + SHIFT + DOWN ARROW to go from reference to reference.
2:35 View Call Hierarchy: How is my code being called? What is my code calling? Right-click code, click View Call Hierarchy.
4:20 Quick Search: Start typing, word wheel activates. Can search using camel casing, too. CTRL + , (comma).
6:15 Test Driven Development: Generate code from tests. (Includes more use of Quick Search.)
13:00 Managed Extensibility Framework: Easier code editor customization with the .
16:15 MEF xcopy deployment: Put code editor customization in the \Microsoft Visual Studio 10\Common7\IDE\Components folder.
See also: http://blogs.msdn.com/somasegar/archive/2008/12/19/code-focused-development-in-vs-2010.aspx.