[R#20] "Auto-popup" and "Auto-insert bracket" does not work well together.
When I am using Resharper 2.0, both enabling "Auto-popup after a character is typed" and "Auto-insert closing bracket On typing opening brace", the following code will be buggy:
Console.WriteLine(i*);j
That is, when I am typing "i", a popup will give some hints. But after "" is typed, my caret will be placed at the end of line (oops!). So there is no "ij".
I think some options will tune this, but I cannot find them. Could anyone give me some hints?
Please sign in to leave a comment.