Jim Panse
- Total activity 40
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 18
-
Created 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... -
Created resharper naming rules for xaml namespaces
In Resharper 5 when I use a type in XAML that I don not have a nampsace include for yet, it automatically adds the namespace as follows:xmlns:ViewModel="clr-namespace:MyNameSpace.ViewModelHow can I... -
Created project specific settings for unit test projects
How can I change some settings only for a specific project in my solution?For my unit test (MSpec) projects in my solution I would like to modify several resharper settings as described here:http... -
Created Where does ReSharper save the "Language Level" settings?
Where does Reshaper save the "Language Level" settings as shown in the below screenshot? I suppose this is a setting that comes from ReSharper since it only seem to affect the behavior of ReSharper... -
Created heuristical unreachability
In the screenshot below Console.WriteLine is "heuristically unreachable". Bu that is not true. The user can still click "Ignore" on the Assertion Dialog that pops up and then Console.WriteLine will... -
Created odd indentation behavior in nested anonymous type
For some strange reason when I have nested object intializers it always gets the next to last '}' wrong when I do code cleanup. It is not indented at all as shown in the following example: namespac... -
Created place interfaces before classes
In a .cs file that contains multiple types how can I make R# place interfaced before classes when doing autocleanup. The classes interfaces are not nested and are part of the root namespace in that... -
Created remove all blank lines EXCEPT one line above // comment
How can I configure R# 4.5 so that it removes all blank lines from my code, except one line above a // comment? Additionally if there is no blank line above a // comment I want R# to add one. -
Created ctrl+drag vs. resharper navigation
Is there a way I can amke ctrl+drag of text (drag a copy of the selected text to the new location) AND ctrl+click navigation work in Visual Studio? -
Created Transfer ALL R# 4.5 settings from VS 2008 to VS2005 and to VS2010
It just took me 2 hours to configure Resharper 4.5 with StyleCop for Resharper in VS 2008. Now I hope I don't have to go through all this for VS 2005 and VS2010 (once it and R# 5 is released) again...