Skip to content

Go to any word in current file. Extension for Visual Studio Code.

License

Notifications You must be signed in to change notification settings

jakubszalaty/go-to-word

Repository files navigation

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

About

Go to any word in current file. Extension for Visual Studio Code.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published