Visual Studio: Code Definition Window

April 13th, 2007

In the process of trying to do a Format Selection (Ctrl+E, F) I butter fingered the Code Definition Window (Ctrl+W, D) open. Now this is a really cool window (for C++ and C#) that shows the definition code of the current item under the cursor. So in C++ clicking on

FLAT_DESIGN_INCREMENT_1

I get the display below, very cool!

Visual Studio Code Definition Window

Leave a Reply