Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>vscode-readmeNew to Visual Studio Code? Get it now.
vscode-readme

vscode-readme

ThreeComma

|
2,653 installs
| (0) | Free
README markdown snippets inspired by readme.so
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-readme

This was inspired by @katherinepeterson who made the wonderful readme.so! Huge thanks.

Configuration

Make sure you have quickSuggestions enabled in your settings.json. By default VSCode turns this off for Markdown.

{
    "[markdown]": {
      "editor.quickSuggestions": true
    }
},

Usage

If you want all the sections below you can use the snippet:

readme

If you want to build up your README by section it's broken down into the following snippets:

  • Title
  • Acknowledgements
  • API Reference
  • Appendix
  • Authors
  • Badges
  • Contributing
  • Demo
  • Used By
  • Usage/Examples
  • Running Tests
  • Tech Stack
  • Support
  • Screenshots
  • Run Local
  • Roadmap
  • Related
  • Optimizations
  • Logo
  • License
  • Lessons
  • Installation
  • Feedback
  • Features
  • FAQ
  • Environment Variables
  • Documentation
  • Deployment
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft