Lars-Erik Aabech

- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created QUnit browser window vs. unit test sessions
Hi!I've been trying out QUnit with Resharper, and I really like it. Looking forward to using it productively.Had a few hiccups though, hope someone can help me with them.First of all, is it possibl... -
Created Create event invokator template
Hi!I don't really like the pattern of the "Create event invokator" template.Is it possible to change it via some setting?Instead of ...public event EventHandler TheEvent;public void InvokeTheEvent(... -
Created Any way to remove double line breaks?
Is there any way to make Resharper remove multiple line breaks?For instancepublic void This(){}[empty line][empty line]public void That(){}=>public void This(){}[empty line]public void That(){}I tr...