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?
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`.
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
精彩评论