Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>quick-open-selectedNew to Visual Studio Code? Get it now.
quick-open-selected

quick-open-selected

Ruslan Olenets

|
106 installs
| (0) | Free
Runs Quick Open with selected text
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

quick-open-by-selection README

Quick Open By Selection

Features

Select some text that describe some path to some point in a project

and press keybinding ctrl+shift+n (or on mac cmd+shift+n) and it will open Quick Open menu

with search results for selected text

quick-open-selection

Extension Settings

settings for keybindings (default):

  {
    "command": "quick-open-selected.openFile",
    "title": "Open Selected",
    "key": "ctrl+shift+n",
    "mac": "cmd+shift+n",
    "when": "editorHasSelection"
  },
  {
    "command": "workbench.action.quickOpen",
    "key": "ctrl+shift+n",
    "when": "!editorHasSelection"
  }

Release Notes

First Release

0.1.0

Initial release


  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft