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

Go To Method

trixnz

|
65,556 installs
| (8) | Free
Adds the ability to go to only method symbols declared in the active document
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Go To Method

The standard Go to Symbol in File... feature of VS Code can be noisy when you're only interested in functions. This extension adds a Go to Method in File... feature that allows you to focus only on the functions declared in the file.

Usage

Installing

  • Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter:
  • ext install go-to-method

Alternatively, you can download the extension from the marketplace.

Usage

  • Open the Commands Palette (Ctrl+Shift+P) and select Go to Method in File...
  • Alternatively, bind a key to the command workbench.action.gotoMethod

Note: No default keybinding is provided

License

This project is licensed under the MIT License - see the LICENSE file for details.

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft