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

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


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published