Jim Panse
- Total activity 40
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 18
-
-
-
Jim Panse created a post, full docs for external annotation
Where are the current docs for the external annotations feature for ReSharper 7 (and in case there is something new, for ReSharper 8)? I am looking for a complete list of all possible types of anno... -
-
Jim Panse created a post, brace layout without indentation
For anonymous types and anonymous delegates, is it possible to get rid of the line indentation? So when autoformatting, instead of thisthis.container = new Container(x => ... -
Jim Panse created a post, create team-shared settings
How do I create team-shared settings off of my current computer-wide settings? I currently do not have a #solutionname#.DotSettings file and I would like to create one where I select some (but not ... -
-
Jim Panse created a post, run tests with Microsoft.Moles instrumentation using the ReSharper tesrunner
I am working with a legacy code base and I am using Microsoft.Moles to get test doubles for non-abstract/non-interface types. I am using NUnit as the testframework. When I use the console runner e... -
Jim Panse created a post, odd linebreaks around braces when line is too long
When a line is too long I get the following linebreaks in using statements:using ( FileStream stream = new FileStream(this.FilePath, FileMode.Create, FileAccess.ReadWrite) )But I would like i... -
Jim Panse created a post, odd linebreaks around braces when line is too long
When a line is too long I get the following linebreaks in using statements:using ( FileStream stream = new FileStream(this.FilePath, FileMode.Create, FileAccess.ReadWrite) )But I would like i...