Sidebar Function ListThe 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 useYou only need to use the 'Show Function List' command at Command Palette. Then you can see the function list at right sidebar. If you click one element you will navigate to the function declaration line! You can also sort alphabetically or search the list with the icons above. Or by using the commands 'Sort Function List' and 'Filter Functions' if you prefer. Supported languagesAt 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. GithubDeveloped by Boniato, you can report issues at the Github Repository. LicenseChangelog0.0.3
0.0.2
0.0.1
|