Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Sidebar Function ListNew to Visual Studio Code? Get it now.
Sidebar Function List

Sidebar Function List

Boniato

|
1,416 installs
| (1) | Free
Show a function list of the opened file at the sidebar
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Sidebar Function List

The Sidebar Function List extension adds an interactive list of functions to the right sidebar of Visual Studio Code, inspired by the functionality of Notepad++.

This tool is ideal for developers working on projects with large files or long functions, as it allows for quick and efficient code navigation.

How to use

You only need to use the 'Show Function List' command at Command Palette.

Show Function List

Then you can see the function list at right sidebar. If you click one element you will navigate to the function declaration line!

Function List

You can also sort alphabetically or search the list with the icons above.

Sort And Search Icons

Or by using the commands 'Sort Function List' and 'Filter Functions' if you prefer.

Sort Function List

Filter Functions

Supported languages

At the moment, it works with all languages that use the 'function' keyword for function declaration, such as JavaScript or PHP.

Now also works with Python files.

Github

Developed by Boniato, you can report issues at the Github Repository.

License

MIT License

Changelog

0.0.3

  • Added alphabetical sorting
  • Added search filter

0.0.2

  • Changed minimum version to 1.64.0
  • Added marketplace icon
  • Function list icon changed
  • Command 'Show Function List' result in error fixed

0.0.1

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