2
votes
4answers
769 views
Do you have any tips to improve resharper and/or visual studio performance ?
I'm using visual studio 2008 and resharper 4 and it's kind of slow, my machine has 2gb of ram, dual core processor and a 7200 rpm hard disk. I know more ram and a faster hard disk could improve per …
0
votes
3answers
97 views
Where do you edit the constructor template on resharper 4.1?
When I create a constructor with parameters using Resharper's 'Generate code' feature, I get something like this:
public class Example{
private int _x;
private int _y;
…
