Sven Heitmann
- Total activity 276
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 110
-
Created Replace an Attribute by another Attribute via structural search possible?
Hi.I want to replace a attribute we used for validating by another attribute and I thougth this would be a good time to use the structural search and replace function.However I have no idea how to ... -
Created [RSRP-215120] Resharper adds a reference to accessor assemblies wich is the source for a compiler error
When I opened my solution resharper has added a reference to accessor file for my test project. When I do compile this project I get the following error:error CS1704: An assembly with the same si... -
Created [RSRP-215013] "Cannot resolve symbol" error with resx files for localized forms where neutral language is not english
Hi.Resharper 6 highligts a lot of resources.GetString("...") statements with the error "Can not resolve Symbol" but the resource entry exists in the resx file.picture 1 shows the error, picture 2... -
Created Documentation for parameters of extension methods is not displayed
HiI have noticed that Resharper is not displaying me the documentation for parameters of extension methods.I have attached 2 screenshots, one with Resharper-IntelliSense activated and another with ... -
Created Find Code Issues - Need Some Clarification
Hi.I use "Find Code Issues" to find localizable strings in our project. For this I changed the project propertie to Localizable Inspector to Pessimistic (to find all possible strings - is there an ... -
Created Suggestion: Move To Folder Conflicts
Hi,I was in the lucky situation to move some classes from one assembly to another and tried using the great "move to folder" refactoring.I'm happy about the conflict detection wich is awesome howev... -
Created Custom File Properties
Hi,I just want to know if there is a way to add custom file properties to say resx files via a resharper addin like there is a new property localizableinspector for project files in resharper 5.0.R... -
Created How to use IconGutterMark?
HiI'm interested in plugin development for resharper and I tried to convert the cyclomatic complexity power toy to 4.5.I got it to work however I noticed two unused classes wich are derived from Ic... -
Created SmartType Completion Issue in Templates
HiI have an issue with this templatepublic $TYPE$ $NAME$ { get { return base.Get$METHOD$("$DBNAME$"); } set { base.Set$METHOD$("$DBNAME$", value); }}$END$I have problems with $METHOD$ because I wan... -
Created VS Build Error "Unable to copy file..."
Hi,I have an issue with my Visual Studio wich seems to be caused by Resharper.Before I post a bugreport I just want to know if other users have this problem too.Sometimes I get a build error.Error ...