Reputation: 11570
In VS2015, the shortcut to Find a file and Navigate it no longer works.
Where is the keybinding located for setting the shortcut to find and navigate to a file?
Specifically, I want to remap the "Ctrl + ," shortcut to Find a file and Navigate to it.
Upvotes: 34
Views: 39462
Reputation: 2731
For Mac os Version 1.13.1 (1.13.1) use CMD + P and then type the file name you want to open.
Upvotes: 3
Reputation: 27940
The command name is Edit.NavigateTo. In VS 2015 RC the default keyboard shortcut to it is still Ctrl + ,
in the Global scope.
Upvotes: 93
Reputation: 138
The shortcut is still Ctrl + ,
, if you want to remap it you can go to Tools-->Options-->Environment to edit shortcuts. You may also restart VS or try to update to the latest version.
Upvotes: 7