Reporter | Philip Rieck (philiprieck) |
---|---|
Created | Jan 9, 2012 12:34:48 AM |
Updated | Mar 7, 2012 12:16:18 AM |
Priority | Critical |
Type | Bug |
Fix versions | 7.0 |
State | Submitted |
Assignee | Slava Tutushkin (slava.tutushkin) |
Subsystem | Code Editing |
Affected versions | 6.1 |
Fixed in build | No Fixed in build |
I have only the "machine level" options layer.
I have unchecked the "Auto-insert pair brackets, parentheses and quotes" option.
When I type a method into the code editor, upon typing the opening "(", the closing ")" and ";" characters are auto-inserted.
For example, I type:
_connection.Close
At this point the intellisense has "Close" highlighted
I finish typing (ignoring the intellisense):
_connection.Close(
At this point, ");" is inserted, and my cursor is inside the parentheses. I wish to disable this, but the Resharper setting seems to have no effect.
I have unchecked the "Auto-insert pair brackets, parentheses and quotes" option.
When I type a method into the code editor, upon typing the opening "(", the closing ")" and ";" characters are auto-inserted.
For example, I type:
_connection.Close
At this point the intellisense has "Close" highlighted
I finish typing (ignoring the intellisense):
_connection.Close(
At this point, ");" is inserted, and my cursor is inside the parentheses. I wish to disable this, but the Resharper setting seems to have no effect.