Adding Ctrl-Click "Go to Definition" Support for Visual Studio 2015

Earlier, using Visual Studio 2013, I would use the amazing extension from Noah Richards , which would add Ctrl-Click as a shortcut to Go To Definition, but it did not update the extension for compatibility with VS2015. And as far as I know, VS2015 does not provide any default feature for this feature.

+6
source share
3 answers

So, here is how I fixed it.

<VisualStudio Version="14.0"> <Edition>Pro</Edition> </VisualStudio>

  1. Update the zip file with the modified file and return it to the .vsix file.
  2. Double-click the .vsix button and install.
+7
source

You can try Microsoft ctrl + click go to the definition of an extension tool

0
source

All Articles