Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Go to WordNew to Visual Studio Code? Get it now.
Go to Word

Go to Word

Jakub Szalaty

|
3,945 installs
| (1) | Free
Go to any word in current file. Like Sublime text Goto #
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Go to Word

Go to any word in current file, work like Sublime Text Goto # (ctrl+;).

It works similar to command Go to Symbol in File but it also searching in comments, strings, variables and supports any file type.

Setup

Add to keybindings.json file

{
    "key": "ctrl+e",
    "command": "goToWord.find"
}

Options

Override default match word RegExp in User Settings or Workspace Settings

{
    "goToWord.matchRegExp": "[^\\s`~!@#$%^&*()-=+\\[{\\]}\\|;:'\",\\.<>/?]+"
}
example

Links

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