Skip to content

Repository files navigation

quick-open-prefill-selection

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

Demo video

(works in vscode web too)

Imgur

Extension Settings

Open your keybindings.json and add this keybinding:

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

Release Notes

See CHANGELOG for details.

About

No description, website, or topics provided.

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages