wakthar
wakthar

Reputation: 718

Capital E not working in Visual Studio

I recently updated some visual studio extensions and have noticed that I cannot type uppercase E on my keyboard in Visual Studio for some reason. Every other uppercase character types correctly. I am able to type uppercase E in every other application apart from Visual Studio. Any ideas?

Upvotes: 1

Views: 478

Answers (1)

mvonballmo
mvonballmo

Reputation: 81

This seems to have been caused by the PowerShell Tools for Visual Studio extension. See the Shift + E bug discussion. Apparently, there's an update available as of August 11th but you can also search for and remove the EditorContextMenus.CodeWindow.PowerShell.ExecuteAsScript key binding in the Visual Studio options.

It's quite tricky to find this problem as you typing "Shift + E" in the key-mapping options dialog doesn't show associated commands.

Upvotes: 3

Related Questions