Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio plugin to show keys pressed

My team is beginning to embrace pair programming and some of us are more familiar with Resharper (and other productivity tools) than others. I was watching a DNR TV episode with Mark Miller and there was a Visual Studio plugin he had that showed which keys were pressed. I think this would be a great plugin to have while pairing, as well as doing presentations with other developers. You can see the plugin in action here.

Does anyone know if this plugin is publicly available? If not, is there another one similar to it that is available?

like image 560
bdowden Avatar asked Mar 26 '10 21:03

bdowden


2 Answers

I think Key Jedi (under the Other section) might be what you're looking for.

like image 101
Ryan Lundy Avatar answered Sep 28 '22 11:09

Ryan Lundy


I also stumbled upon CodeNinjaSpy extension, which displays commands with shortcuts rather than individual shortcut keys.

  • http://visualstudiogallery.msdn.microsoft.com/dd3ccb44-a46c-4b42-9c56-7d4aa526979f
  • http://channel9.msdn.com/coding4fun/blog/Helping-others-become-Visual-Studio-Keyboard-Ninjas-with-the-Code-Ninja-Spy
like image 45
puco Avatar answered Sep 28 '22 11:09

puco