This extension adds a button to the Visual Studio Code sidebar that opens your project's README.md file if it exists. It allows you to view your project's documentation directly in Markdown format, and you can also edit it directly within Visual Studio Code.
Features
You need to have a README.md file in the root of your project.
Automatically opens the README.md file when you click the sidebar button.
Displays an error message if the file does not exist.
Shows the file content in Markdown format.
Usage
Install the extension.
Click the "README" button in the sidebar to open your project's README.md file.
Choose whether to view or edit the file.
Open Readme Extension
Esta extensión añade un botón en la barra lateral de Visual Studio Code que abre el archivo README.md de tu proyecto si existe.
Esto te permitirá visualizar directamente en formato Markdown la documentación de tu proyecto. Y además podrás editarla directamente desde Visual Studio Code.
Características
Necesitarás tener un archivo README.md en la raíz de tu proyecto.
Abre automáticamente el archivo README.md al hacer clic en el botón de la barra lateral.
Muestra un mensaje de error si no existe el archivo.
Muestra en Markdown el contenido del archivo.
Uso
Instala la extensión.
Haz clic en el botón "README" en la barra lateral para abrir el archivo README.md de tu proyecto.