Sunday, January 29, 2017

Create Visual Studio Keyboard Shortcut that include Mouse Click

Leave a Comment

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

Currently, Ctrl + Left Click short cuts to Go to Declaration.
I'd like to map Ctrl + Shift + Left Click to Go to Implementation.

I know I can create a keyboard only shortcut, but I'd like to include the mouse.

enter image description here

1 Answers

Answers 1

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

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

Using ReSharper you have an option for this in ReSharper options: enter image description here

ReSharper is a paid extension that brings a lot of great features to Visual Studio. I'm not affiliated in any way with ReShaper. I'm just a fan of the extension.

If You Enjoyed This, Take 5 Seconds To Share It

0 comments:

Post a Comment