Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 689 Bytes

File metadata and controls

25 lines (16 loc) · 689 Bytes

quick-open-prefill-selection

VS Code extension which adds command that will open Quick Open window prefilled with selected text

Demo

Extension Settings

Open your keybindings.json and add this keybinding:

{
    "key": "cmd+p",
    "command": "extension.quickOpen.withPrefill",
    "when": "editorTextFocus && editorHasSelection && !editorHasMultipleSelections"
}

Release Notes

0.0.1

Initial release