Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Go to File with Selection W77New to Visual Studio Code? Get it now.
Go to File with Selection W77

Go to File with Selection W77

W77

|
47 installs
| (0) | Free
It is an extension for VS code, which can go to file with file basename or selected text. Just like it is in Netbeans.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Go to File with Selection W77

Description

It is an extension for VS code, which can go to file with file basename or selected text. Just like it is in Netbeans.

Extension Settings

Open your keybindings.json and add this keybinding after command "workbench.action.quickOpen":

{
    "key": "ctrl+p",
    "command": "goToFileWithSelectionW77.fileBasename",
    "when": "editorIsOpen"
},
{
    "key": "ctrl+p",
    "command": "goToFileWithSelectionW77.selectedText",
    "when": "editorTextFocus && editorHasSelection && !editorHasMultipleSelections"
},

Commands

name description
goToFileWithSelectionW77.fileBasename Go to File with File Basename
goToFileWithSelectionW77.selectedText Go to File with Selected Text
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft