How can I stop ReSharper from starting?
I write code in vs.net 2003/c# using the VB keyboard scheme. I set ReSharper not to come up on vs startup. However, when I press Ctrl-Space, it loads up. How can I set it so that it doesn't?
Please sign in to leave a comment.
Hello frank,
VS loads ReSharper when you press CtrlSpace, since CtrlSpace is mapped to
ReSharper.CompleteCode command (you can check it in Tools|Options|Environment|Keyboard
page). Just map this shortcut to the default Edit.CompleteWord command and
you
will avoid the problem.
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Thanks, that's exactly what I was missing.