Using the New IntelliSense: Pascal Case

Keyboard:  CTRL + J
Menu:  Edit -> IntelliSense -> List Members
Command:  Edit.ListMembers
Versions:  2010
Published:  2/9/2010
Code:  vstipEdit0017

 

Now this one is seriously awesome!  Have you ever been in a situation where you wanted to use IntelliSense to get a method but there are a TON of methods that start with same word and you have to type almost the entire method name? 

image

 

Not cool.  Well those days are over!  Let's say you want the SetWindowSize Method but really, really don't want to type it out or even scroll down to get the method.  IntelliSense now supports Pascal Case!  All you have to do is type "SWS" and you are all set:

image