Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>List Function Names CSVNew to Visual Studio Code? Get it now.
List Function Names CSV

List Function Names CSV

Dripdrop

|
245 installs
| (0) | Free
List all the files and function names in CSV format
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

listFunctionNamesCSV

This extension will list all function/method names in a code file in CSV using vscode's built-in symbol processing capabilities.

Usage:

  1. Get function/method names of one specific file:

    • Select a file to retrieve function names for
    • Run commands: ctrl + shift + p -> List Function Names
  2. Get function/method names of a folder Right click a folder and select List All Function Names in Folder to get a combined output of all of the files in that folder.

Reference

The extension was created by modifying GitHub user jmbeach repository: https://github.com/jmbeach/vscode-list-symbols.git

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