VS Code extension which adds command that will open Quick Open window prefilled with selected text
Open your keybindings.json and add this keybinding:
{
"key": "cmd+p",
"command": "extension.quickOpen.withPrefill",
"when": "editorTextFocus && editorHasSelection && !editorHasMultipleSelections"
}
Initial release