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

ReadMeExtension

DragoQC

|
2 installs
| (0) | Free
An extension that add readme in the left selection bar
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

🧭 README Button

A simple Visual Studio Code extension that adds a dedicated README button to the Activity Bar.

📖 When clicked, it automatically opens the first matching README file (README.md, readme, README, etc.) in preview mode.


✨ Features

  • 🗂 Scans the root of your workspace for any of the following:
    • README.md
    • README
    • readme.md
    • readme
  • 📌 Adds a "README" icon to the Activity Bar
  • 📄 Clicking it opens the README in Markdown preview mode
  • 💡 Supports both .md and extension-less README files

📷 Screenshot

README Button Example


🚀 Usage

  1. Open a project folder in VS Code that contains a README.md (or similar).
  2. Look for the README icon in the left Activity Bar.
  3. Click it — your README will open instantly in preview mode.

🔧 Requirements

No dependencies required. Just install and go.


🛠 Extension Settings

This extension has no configuration options (yet). It just works.


🧪 Known Limitations

  • Only scans the root workspace folder
  • Only handles the first matching file
  • Doesn’t currently scan subfolders (e.g., docs/README.md)

📦 Installation

Install from the Visual Studio Marketplace
Or install manually:

code --install-extension readme-button.vsix
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft