Skip to content

ColCh/vscode-quick-open-prefill-selection

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

Watchers

Forks

Packages

No packages published