justcla / KeyBindings

Installs alternative keyboard mapping schemes to work with Visual Studio. Provides rich hotkeys and keyboard shortcuts.
http://aka.ms/HotKeys
69 stars 10 forks source link

VS2017 resharper idea "ctrl+y" removes line instead the "Redo" #5

Closed strrranger closed 5 years ago

justcla commented 7 years ago

Hi Strranger. Thanks for raising issues on the ReSharper mappings. I made a best guess at the R# IDEA keyboard shortcuts. I used the published PDF and added that on top of the IntelliJ IDEA scheme. I have since then discovered that many of the R# IDEA shortcuts are different to the IntelliJ IDEA shortcut. (ie. R# IDEA uses VS shortcuts for debugging, not InteliJ shortcuts). This Ctrl+Y must be another one that I incorrectly ported from the IntelliJ mappings.

I am grateful to finally have someone testing the R# IDEA mappings. Please keep the suggestions coming. Also, feel free to submit a PR with updates to the R# settings file.

Thanks

justcla commented 5 years ago

Also, need to add the "Redo" shortcut to the IDEA schemes (Ctrl+Shift+Z).

justcla commented 5 years ago

I just discovered that VS has been using Ctrl+Shift+Z as a shortcut for Redo since at least VS2015.

justcla commented 5 years ago

It looks like this has been taken care of. Ctrl+Y for DeleteLine is no longer part of the ReSharper mapping schemes.