Unidentified Key Chord in VS2015

为君一笑 提交于 2019-12-01 16:18:22

I found the problem.

The shortcut reassign was done by the latest update of Powershell Tools for VS2015.

That is a nasty bug.

The command changed was: EditorContextMenus.CodeWindow.PowerShell.ExecuteAsScript

It was assigned to "Shift+E, F5" instead of "Shift+Alt+E, F5"

To find out the problem I had to install the Keyboard Shortcut Explorer and export all the shortcuts to xml file an search for the key in Notepad++.

This problem was fixed in version 3.0.177. Update your Visual Studio extensions or download it from https://visualstudiogallery.msdn.microsoft.com/c9eb3ba8-0c59-4944-9a62-6eee37294597

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!