James Manning
- Total activity 29
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
-
Created Any way of getting tabs vs. spaces behavior tied to the sln?
There are some repositories I work on that prefer tabs instead of spaces, but the majority of it is spaces.Is there any way of getting a "use tabs instead" setting/behavior (which I realize is kept... -
Created can't find how to change code generated for 'Check parameter for null'
Using the current EAP:JetBrains ReSharper 6.1 EAP C# Edition Pre-ReleaseBuild 6.1.0.11493 on 2011-11-04T16:52:08Visual Studio 10.0.40219.1.By default the 'Check parameter for null' quick fix adds c... -
Created R# 5.x - best practice for identifying (and ideally removing) unused references in a project?
Back in 2006 there was a thread about finding the unused references in a project which said basically to go through each reference and use 'find code dependent on module' on that reference.Since it... -
Created where is the R# bug tracker? (or, is jira down?)
As per this FAQ entry I'm trying to skip the forums (since I haven't heard back from the bugs I asked about) and just file into an issue tracker. The FAQ entry specifically gives a link of:http://... -
Created if I'm running 5.0.1659.36, should I upgrade to 5.1?
I've noticed some other posts include people running 5.1 instead of 5.0, but my ReSharper -> Options -> Environment -> Updates says "There are no updates available." (the checkbox for 'Download the... -
Created R# 5.0 in VS2010 - 'inline method' does not work well for methods with params arguments
JetBrains ReSharper 5 Full Edition Build 5.0.1659.36 on 2010-04-13T02:19:06 Plugins: none. Visual Studio 10.0.30319.1. I put up a post with some screen shots to help show the behavior:http://blog.... -
Created bug in R# 5.0 ? 'put into using construct' ignores brace preference
VS 2010 Premium Windows 7 Ultimate x64 from help -> about: JetBrains ReSharper 5 Full Edition Build 5.0.1659.36 on 2010-04-13T02:19:06 Plugins: none. Visual Studio 10.0.30319.1. I've been clean... -
Created how to get 'zero' bracket indentation?
VS 2010, R# 5.0I like doing delegates/lambdas inline, with brackets, but with 'zero' indentation (relative to the start of the method call), so something like: DoSomeMethod(param1, param2, () =...