I just went over to VS 2015
from 2013. Back in 2013 I was using Alt + Shift + (
for typing the {
character. In VS 2015
the same command toggles the error display for the scroll bar and wont let me type the opening curly bracket.
I've tried to track down this awful shortcut in Tools -> Options -> Environment -> Keyboard
but without any success.
Anyone know how to remove this or override it with my desired shortcut?
Edit: I'm using Resharper 9.2 Ultimate and it's keyboard scheme : ReSharper 2.x or IntelliJ IDEA over Visual Studios default scheme. I've tried with both schemes and none of them seems to solve this issue. So this should not be the cause of the problem, unless I'm missing something obvious.
Regarding the keyboard layout: I'm using a Swedish one (sv) and it looks like this:
And my physical keyboard looks like this (Mac):
Note I'm using the following vs setup :
Microsoft Visual Studio Professional 2015
Version 14.0.23107.0 D14REL
Microsoft .NET Framework
Version 4.6.00081
Installed Version: Professional
To clarify even more:
Notice the green little checkbox, that indicates if there are any errors or warnings, on picture two. This is what's getting toggled while using the desired command inside VS.
{
is above[
. PressingShift + [
should return{
. In fact, you need to typeShift + 9
to get(
so your keystroke can't beAlt + Shift + (
in a common layout – Panagiotis Kanavos