Sven Heitmann

- Total activity 276
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 110
-
Created [Bug] R#8.0.13 While debugging auto complete does not work.
Hi.While debugging it seems autocomplete for intellisence is not working when there are multiple possible entries in the list.Tried to use ENTER as well as TAB but nothing happend, when the popup o... -
Created "Move to Resources" Action in Attribute similar to DisplayAttribute
Himy questino is about the "Move to Resource" action that can be used when working with the System.ComponentModel.DataAnnotations.DisplayAttribute.The Attribute has a Name and a ResourceType Prope... -
Created RSRP-287581 marked as solved but is not working for me even in build #76
http://youtrack.jetbrains.com/issue/RSRP-287581 is marked as closed but I can't get it work... do I have to change something on the class to get it work? -
Created question about dialogs and theme support at all in r# 7
Hitoday I switched from light to dark theme as I like working with dark better and finally the suggestion background color issue in dark theme was fixed :)What I noticed the dialogs like rename sta... -
Created [Build 67] snapshot of visual studio constant cpu at 50%
HiI have uploaded a snapshot (integrated upload failed). The name of the file is snapshot_svenheitmann_resharper7_eap_20120615.rar and it was taken from Visual Studioi 2012 + R# 7 EAP while doing e... -
Created [Build 67] unit tests are broken
Hi,My unit tests don't work with teh testrunner anymore. It seems test runner in build 67 copies the tests to an out folder and can't find the referenced assemblies of the test project anymore. Thi... -
Created How to tell Resharper that a List/Enumerable will not contain null elements
HiI ues something like thatvar family = System.Drawing.FontFamily.Families.Where(ff => ff.Name == FontFamily).FirstOrDefault();and R# warns me that ff is perhaps null so I have to add a null checkv... -
Created Navigate to View broken?
Hi,I'm using the latest EAP build of Resharper and I noticed that the red lines below my View statements are gone so I can't navigate to them easy.Is there some option to disable them which perhaps... -
Created RSRP-273440 Discussion
Hi.The entry can be found here RSRP-273440To sum it up it is about the warning that comparing a floating value with 0.0f should be changed to use a epsilon. This feature is fine because a 2 in floa... -
Created Possibile multiple enumeration of an IEnumeration object
Hi.I get a lot of warnings that perhaps I execute a IEnumeration multiple times when I do a check if the IEnumeration object is null.I have a method which contains the test code itself.Is there som...