Function List Side Bar is a Visual Studio Code extension that adds a function list to the sidebar, helping developers quickly navigate through their code.
Features
Displays a list of functions and classes in the sidebar.
Supports nested functions within methods.
Highlights the selected function in the editor.
Installation
Open Visual Studio Code.
Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window or pressing Ctrl+Shift+X.
Search for function-list-side-bar.
Click Install to install the extension.
Reload Visual Studio Code.
Go to View > Appearance > Secondary Side Bar to enable it, then drag the extension to the sidebar.
Requirements
No additional requirements.
Extension Settings
This extension does not contribute any settings.
Known Issues
Some nested functions may not be captured correctly.
Functions defined with const or let are supported but may have display issues in some cases.
Release Notes
0.0.5
Bug fixes to ignore if, while, which and for statements
Development
To contribute to this project, follow these steps: