Function Collapser is a Visual Studio Code extension that allows you to automatically collapse or expand functions in your code based on a special comment. This extension helps keep your code tidy and easy to navigate by marking functions for collapsing or unwrapping using a simple // 📂 comment.
Features
Collapse Functions: Automatically collapses any function marked with the // 📂 comment.
Unwrap Functions: Expands all previously collapsed functions, making them visible again.
How to Use
Mark a function for collapsing:
Place the comment // 📂 right above any function you want to be collapsible.