Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual studio 2019 change CTRL+ CLICK from "Go To Definition" to "Go To Implementation"

I would like to CTRL+ CLICK from "Go To Definition" to "Go To Implementation".

And make CTRL + Right Click "Go To Definition"

Possible?

Thanks

like image 582
SexyMF Avatar asked Jun 07 '19 14:06

SexyMF


People also ask

How do I enable Ctrl click in Visual Studio?

To enable Ctrl+click functionality, go to Tools > Options > Text Editor > General.

How do I change the shortcut keys in Visual Studio?

On the menu bar, choose Tools > Options. Expand Environment, and then choose Keyboard. Optional: Filter the list of commands by entering all or part of the name of the command, without spaces, in the Show commands containing box. In the list, choose the command to which you want to assign a keyboard shortcut.

How do I navigate to a file in Visual Studio?

Hold Ctrl and press Tab to view a list of all files open in an editor group. To open one of these files, use Tab again to pick the file you want to navigate to, then release Ctrl to open it. Alternatively, you can use Ctrl+Alt+- and Ctrl+Shift+- to navigate between files and edit locations.

How do you jump to a function in Visual Studio?

Press F8 to jump between results.


Video Answer


1 Answers

Could not find a way to edit this but there's an extension that allow for CTRL+mouse-"middleClick" that trigger a "Go To Implementation".

MiddleClickDefinition:

https://marketplace.visualstudio.com/items?itemName=norachuga.MiddleClickDefinition

like image 163
Johan Helsén Avatar answered Nov 01 '22 20:11

Johan Helsén