Walt Destler
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 6
-
Created Annoying Intellisense behavior in Resharper 9.1.1
I just upgraded from 9.0 to 9.1.1, and the behavior of when the Intellisense popup is shown has changed slightly, but in a very annoying way that makes me considerably less productive.In version 9.... -
Created "Method body is too complex to analyze, consider decomposing it"
Since upgrading to Resharper 9, I've started getting a lot of inspection warnings that say "Method body is too complex to analyze, consider decomposing it", even on methods that aren't particularly... -
Created What is ReSharper80GlobalSettings?
After upgrading to Resharper 9.0, I now have an entry in my Settings Layers called "ReSharper80GlobalSettings" and it has a lock icon. What is this entry, and how do I get rid of it? Thanks! -
Created How do I prevent Resharper from inserting a space after the colon of a named parameter?
Currently, Resharper will automatically insert a space after the colon in a named parameter, like so...Foo(bar: true);However, I would prefer that Resharper leave out the space between the paramete...