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

READMEFY

Rajul Mondal

|
9 installs
| (0) | Free
An IDE extension that generates a README for a folder with AI
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

READMEFY

READMEFY is a VS Code extension that uses AI to automatically generate a README.md file for any folder in your workspace. It intelligently summarizes the contents of your files to create a descriptive and helpful README.

Features

  • AI-Powered README Generation: Creates a README.md file for a folder by summarizing its contents.
  • Easy to Use: Generate a README with a single click from the explorer context menu or by using the command palette.
  • Configurable: Choose the Gemini model that best suits your needs.
  • API Key Validation: Easily check if your Gemini API Key and model are configured correctly.

Installation

  1. Open Visual Studio Code.
  2. Go to the Extensions view (Ctrl+Shift+X).
  3. Search for READMEFY.
  4. Click Install.

Configuration

Before using READMEFY, you need to configure your Gemini API Key and choose a model.

  1. Get your Gemini API Key: You can get a free Gemini API key from Google AI Studio.

  2. Set the API Key in VS Code:

    • Open VS Code Settings (Ctrl+,).
    • Search for readmeagent.
    • In the "Readmeagent: Gemini Api Key" field, enter your Gemini API key.
  3. Choose a Gemini Model (Optional):

    • In the "Readmeagent: Gemini Model" field, you can specify which Gemini model to use. The default is gemini-2.5-flash. Other options include gemini-pro.

Usage

Generate a README

There are two ways to generate a README file:

  1. From the Explorer:

    • Right-click on any folder in the VS Code Explorer.
    • Select "READMEFY: Generate README.md for Folder".
  2. From the Command Palette:

    • Open the Command Palette (Ctrl+Shift+P).
    • Type READMEFY: Generate README.md for Folder and press Enter.
    • You will be prompted to select a folder.

The extension will then analyze the files in the selected folder and generate a README.md file.

Validate Your API Key

To ensure your API key and model are set up correctly, you can use the validation command:

  1. Open the Command Palette (Ctrl+Shift+P).
  2. Type READMEFY: Validate API Key and press Enter.
  3. You will receive a notification indicating whether the configuration is valid.

Contributing

If you encounter any issues or have suggestions for improvement, please feel free to open an issue or submit a pull request on the GitHub repository.


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