Resharper 8 – Quickfix shortcut Alt+Enter gone

Please try this: remove all mapping for Alt+Enter ↵ shortcut here Tools | Options | Environment | Keyboard (to find out mapped actions, press Alt+Enter ↵ in “Press shortcut keys” field and look at the list in “Shortcut currently used by” dropdown); After removing: Type ReSharper_AltEnter in “Show command containing” field; Select “Text Editor” in …

Read more

Business Case for ReSharper

I am unsure how to go about getting proof that Resharper will benefit the business. If they asked for a business case, they’re not asking for proof, just some kind of fact-based estimate of the likely return on their investment. So, for example: A license costs (say) $250 per developer, a developer costs (say) $50,000 …

Read more

Resharper move line up down not working

Alt+Up is not a ReSharper shortcut to move a line. It most likely belongs to the Productivity Power Tools extension, that has a feature to move one or more (selected) lines. Personally, I don’t like this feature in PPT, since it will just move the line(s), regardless of their scope, causing compilation errors. I much …

Read more

ReSharper breaks keyboard shortcuts for “Find” and “Find in Files”

I have the same problem with Serbian keyboard – which is the same as Slovenian. Someone mentioned that the shortcut for the GoToContainingDeclaration feature that overrides ‘Find’ is Ctrl+[. Well, guess what – on our keyboards, [ is typed as AltGr+F. Most likely that is why Resharper assigns the command that would normally go to …

Read more

Transfer all ReSharper Settings between PCs

Since the export option within Resharper is only for code styles, you’ll need to be a bit craftier for all settings. From Peter Ritchie’s blog… …the settings are stored in “%userprofile%\application data\jetbrains\resharper\v4.0\vs9.0”. There are a couple of xml files in there that store your settings. Before you upgrade to the latest build, just copy those …

Read more

How to make Resharper resolve path for CustomBinding MarkupExtension

Actually it’s not possible in current versions of R# and, unfortunately, still be missing feature of upcoming R# 6.1 release. This feature requires a lot of infrastructure changes, but it’s on our list and definitely will be implemented in R# 7. Seems like [CustomBindingMarkup] and [BindingPath] (for path constructor parameter and the Path property) attributes …

Read more