Reputation: 417
I'm using Vs2010 and ReSharper 6.
When I enter the string with quotation,then I press the ENTER.
The "+" is displayed at end of line,and the new quotation has appeared.
I hope NO "+" and a pair of quotation appeared. Could you help me?
oh,I have installed CodeRush within VS2010.The CodeRush and ReSharper conflict?
Upvotes: 2
Views: 707
Reputation: 42991
You can use smart completion Ctrl-Shift-Enter. Then R# will add a semi-colon and move to the next line.
Upvotes: 5