Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>CommentFSTreeNew to Visual Studio Code? Get it now.
CommentFSTree

CommentFSTree

honerop

|
2 installs
| (0) | Free
Hover tooltips for files and folders based on README.md or comments.tree
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CommentTree – File & Folder Comments in VS Code

What 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:

MyProject/
├─ src/
│  ├─ index.ts
│  └─ utils.ts
├─ README.md
└─ package.json

There are two formats available

If your tree is in README.md, include files description you can change 'files description' to other in settings before the tree

First format:

files description 
MyProject
 src # Contains all source code
  index.ts # Main entry point
  utils.ts # Utility functions
 package.json # Project configuration

Second Format

files description
MyProject
├src # Contains all source code 
│ ├index.ts # Main entry point
│ └utils.ts # Utility functions
└package.json # Project configuration

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"

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