-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've recently upgraded my code from Visual Studio 2008 .NET 3.5 to Visual Studio 2010 .NET 4.0.
I've used ReSharper 4.5 and now I'm using ReSharper 5.0.
I want my ReSharper 4.5 settings (the ones in .resharper file) to be upgraded to ReSharper 5.0 settings.
Is there an automatic way to do it? Should…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
With ViEmu you really need to unbind a lot of resharpers keybindings to make it work well.
Does anyone have what they think is a good set of keybindings that work well for resharper when using ViEmu?
What I'm doing at the moment using the Visual Studio bindings from Resharper. Toasting all the conflicting…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I just started using VS2008 and Resharper.
I have a line:
Microsoft.Office.Server.Diagnostics.PortalLog.LogString("*** BOO Feature activating ***");
VS shows "Office" as red b/c it cannot resolve symbol "Office".
Can I make Resharper just add the reference automatically, or do I need to manually…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I would like to create a Resharper Live Template that changes all spaces to underscores ind my "fact" Live template variable $testname$:
<Fact()> _
Public Sub $testnames$()
' Arrange
$END$
' Act
' Assert
End Sub
I have this:
[Macro("applyRegex", ShortDescription =…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I quite often use the ReSharper "Clean Up Code" command to format my code to our coding style before checking it into source control. This works well in general, but some bits of code are better formatted manually (eg. because of the indenting rules in ReSharper, things like chained linq methods or…
>>> More