Reputation:
I see this line in keybindings.json
{ "key": "shift+cmd+o", "command": "workbench.action.gotoSymbol" },
which you can see here:
However, I am trying to find the shortcut for "goToFile" - is there such a shortcut?
Currently, to find a file by name, I use "goToSymbol"
and then I delete the ampersand and then type the filename and it works, but that's an extra step I'd like to avoid. See:
So my question is, does anyone know how to go directly to searching for a file by name, instead of using goToSymbol
?
Upvotes: 2
Views: 101