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
August 24, 2012 11:53
Hi Andreyis there a bug in R# 7 because I do find usages on the interface method (have selected it in the advanced dialog) but still get usages of implementations as result.Kind regadsSven
Community
ReSharper Community
Resharper 6.1 returning only base find usages results?
0 votes
Created
July 05, 2009 08:46
Hi Greg.Could it possibly be antivirus software or a search indexer locking thefile? The reason I ask is that I experienced that problem a few years agoand found it was the antivirus software scann...
Community
ReSharper Community
VS Build Error "Unable to copy file..."
0 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
«
First
‹
Previous
Next
›
Last
»