jaffa
jaffa

Reputation: 27350

Why does resharper not open a file when I click Ctrl+Shift+N?

For some reason VS2010 seems to intercept it and want to create a new project. How do I get round this problem?

Upvotes: 0

Views: 1021

Answers (2)

wal
wal

Reputation: 17719

If you don't want Ctrl-Shift-N to launch the new project dialog then you can remove that keyboard shortcut by going Tools->Options->Environment->Keyboard

enter image description here

Upvotes: 0

AakashM
AakashM

Reputation: 63338

Sounds like you may need to reapply the ReSharper keyboard scheme.

(Note that Ctrl+Shift+N is the R# keystroke for Go to File only in the (older) 'IntelliJ IDEA' keyboard scheme)

In ReSharper | Options | Environment | Visual Studio Integration, select the 'ReSharper 2.x or IntelliJ IDEAradio button, then clickApply Scheme`.

Upvotes: 1

Related Questions