Go to Definition in VS.NET 2005
I wanted to start a debug session and hit by accident F12 in VS.NET 2005 - a new tab opened up and showed me a C# class called String with the stubs of every public member of the System.String class + ToolTip in XML Code Comment format...
Wow. what's going on?
A little investigation turned up that F12 is mapped to the "Go to Definition" command which you normally get by clicking the right mouse button in source code view. In VS.NET 2003 this was normally used to navigate your source code.
Seems that in VS.NET 2005 every time this command can not navigate to the definition (typical VS.NET 2003 error message "Cannot navigate to xxx"), it shows a "C# View" of the public members of the type.
cool.
Whidbey General
Sunday, October 10, 2004 5:39:05 PM UTC
|