Home
ReSharper Support | JetBrains
Contact Support
Community
Sign in
Sven Heitmann
Total activity
276
Last activity
January 15, 2016 23:56
Member since
July 03, 2009 11:33
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
110
Activity overview
Posts (24)
Comments (142)
Sort by recent activity
Recent activity
Votes
Created
June 14, 2010 08:40
@Pat KujawaI'm Sorry to be Off Topic (did not found something like personal message) but I would like to ask what Visual Studio Theme you are using because I'm looking for a dark theme and I like y...
Community
ReSharper Community
Localization inspection options 5.0 - moving a string literal to resources
0 votes
Created
June 14, 2010 16:55
Thank you very much Pat. =)
Community
ReSharper Community
Localization inspection options 5.0 - moving a string literal to resources
0 votes
Created
July 30, 2010 08:41
You can disable/suspend Resharper under Tools > Options > ReSharper > General.There is also a shortcut you could use. Search for suspend in Tools -> Environment -> Keyboard.
Community
ReSharper Community
Why is Resharper 5.1 missing from the Add-In Manager dialog?
0 votes
Created
July 30, 2010 16:09
carifio wrote:R# should still be in the list like all other extensions.Serge Baltic gave this answer some time agoYes. ReSharper improved its Visual Studio integration, and is not an Add-In anymore...
Community
ReSharper Community
Why is Resharper 5.1 missing from the Add-In Manager dialog?
0 votes
Created
August 01, 2010 22:36
It is indeed missing from the commands list.Until its fixed you can use a macro with this code as workaround DTE.ExecuteCommand("Resharper_ToggleSuspended")
Community
ReSharper Community
Why is Resharper 5.1 missing from the Add-In Manager dialog?
0 votes
Created
July 12, 2010 08:42
I noticed this behavior too.In this case the expected result for me isIEnumerable<String> GetStrings(Boolean flag) { if (!flag) { return; } yield return "Foo"; yield return "Bar"; }
Community
ReSharper Community
Unhelpful "Invert 'if' statement to reduce nesting" inspection
0 votes
Created
July 12, 2010 12:55
fixed :) (i hope)IEnumerable<String> GetStrings(Boolean flag) { if (!flag) { yield break; } yield return "Foo"; yield return "Bar"; } Liversage wrote: That code will not compile. In t...
Community
ReSharper Community
Unhelpful "Invert 'if' statement to reduce nesting" inspection
0 votes
Created
August 25, 2010 08:34
I'm using them all together. So far no real issues. However I deactivated some options here and there because of redundancy.Give it a try. If it doesn't work for you just deactivate the addon.For...
Community
ReSharper Community
VS2010 PowerCommands and PowerTools - coexist with Resharper ?
0 votes
Created
August 25, 2010 16:00
Ok I understand what you mean. I guess you have a reason to hold more than one class in a file so suggesting one class per file is not an option, am I right?I'm always fitlering the list by typing ...
Community
ReSharper Community
Same functionality as (Options->Text Editor->C#->General->Display->Navigation bar)
0 votes
Created
July 27, 2010 08:30
Hi Kevin,I had the same problem. Unfortunately I can't remember how I solved it but I can tell you how I found out what caused the issue.I would suggest you start Visual Studio with the command lin...
Community
ReSharper Community
Why can I no longer run unit tests from the Resharper test runner?
0 votes
«
First
‹
Previous
Next
›
Last
»