Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / Visual-Studio / VS2010

Intellisense is more intelligent in Visual Studio 2010

1.67/5 (2 votes)
23 Apr 2010CPOL 1  
Intellisense is much faster and more intelligent in Visual Studio 2010. It is actually 2 to 5 times faster than previous versions. The IDE will now filter your intellisense as you type.Let's say you want to create an instance of WeakReference. Just type WR and the IDE will prompt you with...
Intellisense is much faster and more intelligent in Visual Studio 2010. It is actually 2 to 5 times faster than previous versions. The IDE will now filter your intellisense as you type.
Let's say you want to create an instance of "WeakReference". Just type WR and the IDE will prompt you with "WeakReference".
Try it out - it's really cool!!!

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)