Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Function Name SearchNew to Visual Studio Code? Get it now.
Function Name Search

Function Name Search

Ambitious Coder

|
41 installs
| (1) | Free
Search & Navigate functions instantly
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Function Name Search - VSCode Extension

Overview

The Function Name Search extension for VSCode allows users to quickly search for function names across a repository. Similar to the "Go to File" feature, this extension provides a searchable(supports subsequence search) list of function names, displaying the filename and line number, and enables quick navigation to the function.

Preview

Demo

Features

  • Search function names across the repository.
  • Displays filename and line number for each match.
  • Navigate to the function by selecting it from the list.
  • Optimized for large codebases.

Installation

  1. Open VSCode.
  2. Go to Extensions (Ctrl+Shift+X or Cmd+Shift+X on macOS).
  3. Search for Function Name Search.
  4. Click Install.

Usage

  1. Open the command palette (Ctrl+Shift+P or Cmd+Shift+P on macOS).
  2. Type Search Function Name and select the command or (Ctrl+k or Cmd+k on macOS)..
  3. Start typing a function name to search.
  4. Click on a result to navigate to the function.

Configuration

  • Language Support: The extension supports multiple languages such as Java, Python, Golang, JavaScript and Ruby.
  • Indexing: Functions are indexed on first use and updated dynamically.

Contributing

Contributions are welcome! To contribute:

  1. Fork the repository.
  2. Create a new branch.
  3. Implement changes and commit.
  4. Open a pull request.

Support

For issues and feature requests, open a GitHub issue or contact us via email.

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