Scott Nimrod
Scott Nimrod

Reputation: 11570

Shortcut to Find a file and Navigate to it no longer works

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

Answers (3)

nasaa
nasaa

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

Sergey Vlasov
Sergey Vlasov

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

aJetHorn
aJetHorn

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

Related Questions