There is already an IDE / device, if you highlight the function name, it will open that file Where the ceremony is defined, the next window, then we can understand what it does.
You just think.
"Go to Definition" feature in Visual Studio is available in its text editor is. When the cursor is on a varible, function, class, and others, you can right-click and select the menu item "Go to Definition" and it will take you to the define function. If the definition is part of the .NET Framework, the feature will "jump" for definition in "Meta-data" of Object Browser or C # projects for VB.NET projects.
Comments
Post a Comment