Matt Bruce
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Matt Bruce commented, -
-
-
Matt Bruce created a post, R# 4.0 still large memory footprint
R 4.0 is still taking up a pretty significant chunk of memory. It is showing that it takes 183 Meg minimally, and that slowly grows to about 315 Meg, before it freezes Visual Studio 2008 for about... -
Matt Bruce created a post, auto generate defaults
When I use R# 4.0's auto generate feature, to, for example, "implement missing members", it always defaults to implementing with "throw NotImplementedException();"In R# 3.1, the default was "proper... -
Matt Bruce created a post, implement interface naming with 3.0
With 2.0, when I implemented an interface with a member Foo, I used to get this:public class Foo : IFoo{ private string _foo; public string Foo { get { return _foo; } }}Now with 3.0, it is p...