1

A couple of days ago I resetted Visual Studio settings. All keyboard shortcuts were assigned to their default values. I applied IntelliJ IDEA scheme back but it seems like some Visual Studio shortcuts are not removed and some ReSharper shortcuts are not added.

I had to remove a bunch of Visual Studio shortcuts starting with Ctrl+E to make the ReSharper Ctrl+E shortcut work(same issues with Ctrl+R shortcuts and more). How can I make sure those unwanted shortcuts are removed?

Ufuk Hacıoğulları
  • 37,978
  • 12
  • 114
  • 156

2 Answers2

2

Try the following in succession:

  1. Go to Tools > Options > Environment > Keyboard, and click Reset for the default scheme.
  2. Go to ReSharper > Options > Environment > Visual Studio Integration, choose ReSharper 2.x or IntelliJ IDEA and click Apply Scheme.
Jura Gorohovsky
  • 9,886
  • 40
  • 46
0

I ended up exporting keyboard settings from my computer at home. It seems like ReSharper can't apply its scheme back.

Ufuk Hacıoğulları
  • 37,978
  • 12
  • 114
  • 156