Reputation: 27350
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
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
Upvotes: 0
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 click
Apply Scheme`.
Upvotes: 1