An open API service indexing awesome lists of open source software.

https://github.com/sander1095/vscode-readme-auto-open

A VSCode plug-in that opens the README when you open a project for the first time, ensuring people read it
https://github.com/sander1095/vscode-readme-auto-open

documentation hacktoberfest readme vscode vscode-extension

Last synced: 5 months ago
JSON representation

A VSCode plug-in that opens the README when you open a project for the first time, ensuring people read it

Awesome Lists containing this project

README

          

# README Auto Open: Help your team onboard!

A [VSCode plug-in](https://marketplace.visualstudio.com/items?itemName=sandertenbrinke.readme-auto-open) that automatically opens the project's README when you open a project for the first time, ensuring people read it. Once opened, this plug-in will not activate again until you reset the state.

![An image of a README](https://media.githubusercontent.com/media/sander1095/vscode-readme-auto-open/main/resources/readme-dark.png)

## Why should you use this?
A (good) README is critical for understanding how to use a project, and this extension ensures that it's the first thing people see when they open a project.

💡 Add this to your workspace's [recommended extensions](https://code.visualstudio.com/docs/editor/extension-marketplace#_workspace-recommended-extensions) to ensure all contributors will read the README!

## Features

- Automatically opens the README when you open a project for the first time.
- This plug-in will case-insensitively look for a `README` file in the root of your project, with or without any file extension.
- If the file is in markdown format (`.md`), it will open it in preview mode.
- You can reset the state of this plug-in so it will be re-opened next time you open your project by using the `Readme Auto Open: Reset State` command.