Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Flutter Tree CommentsNew to Visual Studio Code? Get it now.
Flutter Tree Comments

Flutter Tree Comments

B3TsT

|
255 installs
| (1) | Free
Extension created by B3TsT
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

flutter-tree

Features

Install the plugin, press ctrl+shift+p and enter Flutter Tree: Open Panel to enter. Generate a project tree structure with comments in a new group.

Extension Settings

settings:

  • flutter-tree.openPanel: Generate a project tree structure with comments in a new group.

Example

In order to display comments, they must be added to the beginning of each file

  • File main.dart
// * This is the main file of the application

main() {
 runApp(MyApp());
}
  • File user.dart
// * This user model is used to store the user data

...
  • Result: image

Enjoy!

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