Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>Find FunctionNew to Visual Studio Code? Get it now.
Find Function

Find Function

Ziggler

|
83 installs
| (0) | Free
Allows you to find the source of a function automatically and quickly based on its call.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Find Function

Install

  1. Open Visual Studio Code.

  2. Go to Extensions (Ctrl+Shift+X).

  3. Search for Your Extension Name.

  4. Click Install.

Usage

The extension is located in the status bar, you must click on it to use the options in the drop-down menu.

Functions

Name

Enter the function names to search for in the active editor.

Example
default, default


Arguments

Enter the argument types for each function, separated by spaces.
This allows the extension to locate functions with matching parameters in the active editor.

Example
string, number, array, object


Async

Search for asynchronous functions in the active editor.
No additional input is required.


Recursive Call

Search for functions that call themselves (recursive functions) in the active editor.
No additional input is required.


No Name

Search for unnamed functions in the active editor.
No additional input is required.

Support

If you encounter any problems, please use the official bug report form: https://docs.google.com/forms/d/e/1FAIpQLSeYlQi4EkBVSv_3Ghd7IhCjkrz9F-T7KgtfoeR3P6ZVLin-KA/viewform?usp=dialog

License

This project is available under the MIT License.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft