CommentTree – File & Folder Comments in VS CodeWhat it does: Hover over files or folders in the Explorer, and CommentTree shows your custom comments as tooltips. It reads comments from README.md or a comments.tree file in your project. Example Suppose your project folder looks like this:
There are two formats availableIf your tree is in First format:
Second Format
What you’ll see in VS Code:Hover over src/ → Tooltip: "Contains all source code" Hover over index.ts → Tooltip: "Main entry point" Hover over utils.ts → Tooltip: "Utility functions" Hover over package.json → Tooltip: "Project configuration" |