Reporter | Alex Berezoutsky (fergard) |
---|---|
Created | Feb 10, 2012 5:25:35 PM |
Updated | Feb 10, 2012 5:25:35 PM |
Priority | Critical |
Type | Bug |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Sergey Shkredov (serjic.shkredov) |
Subsystem | No subsystem |
Affected versions | 6.1.1 |
Fixed in build | No Fixed in build |
Love ReSharper, but the latest version seems to have changed to mess up when I type the following, in one go:
Right after I type "List", I hit "<" and instead of that character appearing, the parentheses appear at the end. Now I have "... new List()" after having typed "... new List<". So to make an int list, I have to type into the keyboard "var foo = new List<<int>".
This happens even if I pause for a moment after typing "List".
var foo = new List<int>();
Right after I type "List", I hit "<" and instead of that character appearing, the parentheses appear at the end. Now I have "... new List()" after having typed "... new List<". So to make an int list, I have to type into the keyboard "var foo = new List<<int>".
This happens even if I pause for a moment after typing "List".