Reporter | Alex Berezoutsky (fergard) |
---|---|
Created | Jul 12, 2011 2:38:49 PM |
Updated | Feb 14, 2012 12:32:28 PM |
Priority | Critical |
Type | Bug |
Fix versions | Next |
State | Open |
Assignee | Sergey Shkredov (serjic.shkredov) |
Subsystem | No subsystem |
Affected versions | 6.0 |
Fixed in build | No Fixed in build |
I turned off the feature "Auto-insert pair brackets, parentheses and quotes." After turning this off, if I type a C# generic type such as:
var f = new List<
Resharper auto-inserts a closing angle-bracket when I type the opening angle bracket. While this wouldn't be so bad by itself, if I type a closing angle-bracket myself (as I'm used to doing), I end up with two closing angle brackets:
var f = new List<int>>
I notice that if I check the checkbox I mentioned above, this behavior does not happen - I end up with only one closing angle bracket as intended.
I would like to turn off this automatically-appearing closing angle bracket, but I've scoured the options and can't find a way.
var f = new List<
Resharper auto-inserts a closing angle-bracket when I type the opening angle bracket. While this wouldn't be so bad by itself, if I type a closing angle-bracket myself (as I'm used to doing), I end up with two closing angle brackets:
var f = new List<int>>
I notice that if I check the checkbox I mentioned above, this behavior does not happen - I end up with only one closing angle bracket as intended.
I would like to turn off this automatically-appearing closing angle bracket, but I've scoured the options and can't find a way.