Home > Net >  How perform "Go To Definition" in Visual Studio without using mouse click
How perform "Go To Definition" in Visual Studio without using mouse click

Time:11-20

I would like to perform Go To Definition without taking hands off the keyboard. Is it possible to change [Ctrl Left Click] to [Ctrl AnyKey] when cursor hover the target?

CodePudding user response:

The F12 keyboard shortcut serves as Go To Definition for where the cursor is at. Of course, if you right click on it...it would conveniently show you the keyboard shortcut.

enter image description here

  • Related