Reporter | Fabian Schmied (fabian.schmied@gmail.com) |
---|---|
Created | Sep 23, 2016 5:00:30 PM |
Updated | Apr 25, 2018 5:02:40 PM |
Subsystem | Platform - VS Integration |
Assignee | Serge Baltic (baltic) |
Priority | Normal |
State | Submitted |
Type | Usability Problem |
Fix version | No Fix versions |
Affected versions | 2016.2.2 |
Fixed In Version ReSharper | Undefined |
VsVersion | VS 2015 RTM |
ReSharper rebinds Ctrl+Enter and Ctrl+` (German keyboard layout) when the "Visual Studio" ReSharper keyboard scheme is selected. These two shortcuts are used by Edit.LineOpenAbove and Edit.GotoBrace, which are functions I use regularly.
I know that I can rebind these shortcuts manually as a workaround, but it's really cumbersome that these don't work whenever I am at a coworker's PC. IMO, ReSharper should avoid rebinding standard VS shortcuts, especially when the replacement functions are less important than the original ones:
I know that I can rebind these shortcuts manually as a workaround, but it's really cumbersome that these don't work whenever I am at a coworker's PC. IMO, ReSharper should avoid rebinding standard VS shortcuts, especially when the replacement functions are less important than the original ones:
- ReSharper_ForceCompleteItem (Ctrl+Enter) doesn't even seem to do anything useful in C# code (see also https://resharper-support.jetbrains.com/hc/en-us/community/posts/206078879-RC-Ctrl-Enter-not-working)
- ReSharper.ReSharper_BookmarksBookmarksMenu (Ctrl+`) also seems to be of less priority than brace navigation, which is really important when navigating badly structured code