New for VC++ 2005: CTRL+J

Have you ever been coding inside a class/struct and you wanted to know just what members were available to you in that scope? Have you ever found yourself typing this-> just to see those members? Well, there's a new shortcut in VC 2005 that allows you to do just that! CTRL+J will show you a dropdown containing only elements in the current scope, excluding all the outer library methods etc... Of course, you can always assign this command to a different shortcut using the keyboard mapping tool (under Tools\Options\Environment\Keyboard). The command is listed as Edit.ListMembers