Sven Heitmann
- Total activity 276
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 110
-
Created Formatting Style in RazorView-Files
HiI noticed that I have an issue with the formating of my code in razor view files.I use the "At end of Line (K&R style)" setting for my bracers layout and setup the align settings to always get so... -
Created Limit Intelli Sense to non inherited methods/members only
Is there already some way to do this?Often I have the problem that I use a Form which has additional methodes or properties I want to look for but intelli sense popup is filled with the inherited p... -
Created Any documentation whats changed in the API between Resharper 5 and 6?
HiI love Resharper 6 however I miss agentjohnson and agentsmith and I thought perhaps I can fix them so that they work with Resharper 6. The original author has not done any updates yet perhaps it ... -
Created Question about color setting for highlight usages.
Hi.I want to change the background color of the variable where I used highlight usages.What I found are 2 settings, one where it is used as statement and one where it is used as target.See attachme... -
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...