I have been using ReSharper for some time and since I can remember every time I install Resharper, it's default keyboard shortcuts override Visual Studio's Ctrl + F and Ctrl + Shift + F for "Find" and "File in Files". It happend with R#3, 4, 5 in VS 2005, 2008 and 2010.

I don't have any ideas why would that be a good idea, but if this would bug it would be fixed by now.

Does this even happen to others? I checked around our company and I'm not alone.

link|improve this question

Did you solve the problem? I have the same problem + slovenian keyboard... – pjotr Aug 20 '10 at 9:22
Nope, there is no solution. It's only a problem with Slovenian (and probably some other) keyboard schemes. I fixed it by reassigning CTRL+F and other missing commands. – David Vidmar Aug 20 '10 at 20:30
feedback

5 Answers

up vote 1 down vote accepted

No, never happened to me (I'm using Resharper 5).

If you check ReSharper's keymaps, you'll Ctrl + F is not listed.

link|improve this answer
1  
For me, it's listed as used by "ReSharper.Resharper_GotoContainingDeclaration (CTRL + F (Global))" and "ReSharper.Resharper_GotoContainingDeclaration (CTRL + F (Text Editor))". Could you check which shortcut is this command bound to on your system. That would shed some light on things. What language settings of OS are you on? – David Vidmar May 10 '10 at 7:14
ReSharper.Resharper_GotoContainingDeclaration is bound to Ctrl+[ (Global) on my system. I chose VS keys for Resharper. System culture is set to Hebrew (Israel), but I don't think that this matter.. – Omer Raviv May 10 '10 at 20:07
1  
I would say the keyboard is the issue here. There is not [ key on Slovenian keyboard, that character can only be type with use of Alt Gr key. Thanks for your help! – David Vidmar May 13 '10 at 19:07
@David: Just had the same problem. Another user with a Slovenian keyboard :) – gligoran Aug 21 '11 at 10:52
feedback

Yep, this has just happened to me after a reinstall. I was using Vs2k8. Realised I didn't have resharper 4.5 installed. Closed VS, ran install, selected the same settings as I had been using for the last 8 months (VS settings) and then restarted VS. Now no Ctrl + F or Ctrl + Shift + F! Very odd.

UPDATE: Well I found out what it was. The Find box had been relocated behind the Windows taskbar. I had to move the taskbar to the side of the screen, so that I could drag the find box back into the usable window space. No idea if this was a Resharper caused change but there was a direct correlation to the install.

link|improve this answer
I think there was a recent VS sp/kb fix that related to the find/replace dialog moving/resizing. – Drew Noakes Jan 13 '11 at 11:59
feedback

I've been using ReSharper since v2.5, and this never happened to me as well. Perhaps sometime ago the keys got mixed up. Try to reset your key bindings to default, and after that apply one of the ReSharper key schemes (VS or IDEA).

If this still happens, check maybe if your keyboard layout is that of US, or maybe something else...

link|improve this answer
feedback

Open Tools->Options->Environment->Keyboard and Press Reset for default keyboard shortcuts

link|improve this answer
feedback

as @cashmere said: Go to Open Tools->Options->Environment->Keyboard.

In Show Commands containing enter: GoToContainingDeclaration

Under shortcuts for the selected command you will see Ctrl + F. Now you may change the shortcut or remove it.

Now you just need to check if edit.find command has assigned Ctrl + F shortcut. Now it should work. At least it did for me.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.