In certain cases typing an opening square bracket results in nothing at all. In particular when I want to type them on a variable in the right side of assignment expression:

arr[i] = arr   

So I cant type, for example:

arr[i] = arr[9]

It has something to do with Resharper. However, turning of autocomplete and stuff doesn't seem to solve it. Anyone familiar with this problem?

link|improve this question
I cannot reproduce it with VS2010 and R#5.1. Does it depend on the array type? – brgerner Feb 17 at 8:20
feedback

1 Answer

up vote 5 down vote accepted

I had the same issue the first time I insalled Resharper. Look under Tools > Options > Environment > Keyboard to what is bound to Ctrl+Alt+^ (equals to AltGr+[ since I suppose you work on an AZERTY keyboard). Easiest way of doing is by just entering it as a new shortcut.

Remove or rebind the shortcut that comes up and you're good to go.

link|improve this answer
Thanks! That solved it! – Tim Dams Feb 17 at 8:23
Thanks a lot for this one, bugged me for a while now... – whosrdaddy Apr 4 at 8:38
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.