Visual studio has predefined command that are accessible by type ctrl + /. For example >of myfile.cs will open the file named myfiles.cs
I would like to have a command to go to definition of any type. For example >gotodef TextBox would do the same as if I pressed F12 on the word "TextBox" in the source code editor (view it shows all members of the type from the dll metadata).
Any ideas ?