VS 2010 Code Intellisense Improvements (VS 2010 and .NET 4.0 Series)
Posted by: ScottGus Blog,
on 23 Oct 2009 |
View original | Bookmarked: 0 time(s)
This is the tenth in a series of blog posts Im doing on the upcoming VS 2010 and .NET 4 release. In todays blog post Im going to cover a small but really nice improvement to code intellisense with VS 2010 which is its ability to better filter type and member code completion. This enables you to more easily find and use APIs when writing code. Code Intellisense with VS 2008 To help illustrate this intellisense improvements coming with VS 2010, lets start by doing a simple...