Matt Bruce

Avatar
  • Total activity 10
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 4
  • Created

    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...
    • 4 followers
    • 7 comments
    • 0 votes
  • Created

    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...
    • 6 followers
    • 6 comments
    • 0 votes
  • Created

    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...
    • 1 follower
    • 0 comments
    • 0 votes