New Improved IntelliSense with Visual Studio 2010

I have posted lot many things about Visual Studio 2010 features  because its a great IDE(Integrated Development Environment).Today I am going to write about IntelliSense improvement in Visual Studio 2010. Today when I was working with Visual Studio 2008 for a old project(Nowadays I am working with Visual Studio 2010), I have found new improve IntelliSense feature in Visual Studio 2010.

Filtering:

Visual Studio 2010 IntelliSense is filtered better than Visual Studio 2008. I have created a sample application and I am writing Console.ReadLine that you can see in following image its filtering with read only.

Intellisense

In earlier version it was not possible.Hope you like it. Stay tuned for more.. Happy Programming..

Shout it
Published Sunday, July 17, 2011 6:30 PM by Jalpesh P. Vadgama

Comments

# re: New Improved IntelliSense with Visual Studio 2010

Tuesday, July 19, 2011 11:21 PM by Joey DAly

You can also start typing... Console.Line

This will automatically filter all commands that contain "line".

Love this feature, really helps when you can't remember function names.

# re: New Improved IntelliSense with Visual Studio 2010

Thursday, July 28, 2011 6:30 PM by JOsh

VS 2010 IntelliSense sucks ass. I have to highlight the first word twice otherwise if you just type and hit [Enter] it jumps to next line instead of inserting the keyword.

# re: New Improved IntelliSense with Visual Studio 2010

Saturday, July 30, 2011 5:37 PM by Jalpesh P. Vadgama

@Josh- I don't think that is happened. When you type console in editor it will automatically highlight words.

Even I tried with consol and it is going to console