Sven Heitmann
- Total activity 276
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 110
-
Sven Heitmann created a post, [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... -
Sven Heitmann commented, -
Sven Heitmann created a post, "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... -
Sven Heitmann created a post, 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? -
Sven Heitmann created a post, 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... -
Sven Heitmann created a post, [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... -
Sven Heitmann created a post, [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... -
Sven Heitmann created a post, 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... -
-
Sven Heitmann created a post, 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...