Create a shortcut for Visual Studio that includes a mouse click

Is it possible to create a short clipping in Visual Studio that includes a left click?

Currently, the abbreviation Ctrl+ Left Clickfor the transition to the ad.
I would like to display Ctrl+ Shift+ Left Clickto go to implementation.

I know that I can only create a shortcut on the keyboard, but I would like to turn on the mouse.

enter image description here

+4
source share
1 answer

From what I know, this is not supported by default in Visual Studio.

You can have Ctrl + Alt + Left Click to go to implementation using ReSharper.

ReSharper, ReSharper: enter image description here

ReSharper - , Visual Studio. ReShaper. .

+2

Source: https://habr.com/ru/post/1667398/


All Articles