Reporter | Philip Rieck (philiprieck) |
---|---|
Created | Jan 9, 2012 12:34:48 AM |
Updated | Apr 10, 2018 1:56:28 AM |
Subsystem | Typing Assistance |
Assignee | Slava Tutushkin (slava.tutushkin) |
Priority | Critical |
State | Open |
Type | Usability Problem |
Fix version | 2018.1.1 |
Affected versions | 6.1, 7.0 |
Fixed In Version ReSharper | Undefined |
VsVersion | All Versions |
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.