Unidentified Key Chord in VS2015

前端 未结 2 1223
我在风中等你
我在风中等你 2021-01-18 00:18

This morning I started working on VS2015 and I notice that the Shift+E key is associated to a Key chord.

I can\'t use it in the editor or any editing stuff (like ren

相关标签:
2条回答
  • 2021-01-18 00:45

    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++.

    0 讨论(0)
  • 2021-01-18 00:59

    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

    0 讨论(0)
提交回复
热议问题