Jeremy Holt

- Total activity 121
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 38
-
Created Cut very slow
Hi,Ctl+X is extremely slow.When I disable Resharper it reverts to its normal speed - I guess its "about" 10x slower than the usual behaviour in VS 2010.RegardsJeremy -
Created Go to file - unsorted
HiPrevious versions of R# - Go to file, sorted by file name and then project name.Build 6.0.2105.41 no longer sorts by project name.RegardsJeremyAttachment(s):Capture.PNG -
Created Wrong comments inserted in XAML code behind
HiIf you type Ctl + Alt + / in the code behind of a XAML file it inserts the wrong type of comment market, i.e. <!-- --> instead of //ThanksJeremy -
Created XAML remove unused field
HiIn the attached screenshot, R# reports that btnShowReports is an unused field. If I Alt-Enter, it removes the entire block of XAML for the RadButton. I would have expected it to simply remove the... -
Created Resharper with StructureMap
HiIn my structure map bootstrapper I have the following: x.For(typeof (IUnitOfWork<>)) .Use(typeof (UnitOfWork<>)) ... -
Created Create property/field/local variable not working correctly
Hi,In the code below stockTransactions.First().Invoice is of type Journal.In 5.1.3 create property field/property/local variable will pick this up and correctly create the property for me. In Build... -
Created Intellisense is not giving correct options
Hi,As you can see in the image below, intellisense is giving me every option except for 'null' which is the one that I want. Worse, I continue typing and it inserts 'NullReferenceException'RegardsJ... -
Created Build 6.0.2102.59 reporting } expected in xaml
HiThe latest build is incorrectly reporting that my XAML is missing a } <TextBlock HorizontalAlignment="Right" Text="{Binding DebitDisplayValue, StringFormat=\{0:#\,##0.00;#\,##0.00;\'\'\}}" /> Reg... -
Created Refactor Move screws up images
HiI was consolidating two assemblies, and moved a folder full of images from one assembly to another. I used Refactor|Move rather than a simple copy/paste, because I wanted Resharper to update all ... -
Created Renaming a property in the dbml file
HiIs there anyway to safely rename a property from a dbml file (the designer)?At the moment I go into the dbml designer and rename the property from there - but it doesn't always pick up the string...