Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>TODO GeneratorNew to Visual Studio Code? Get it now.
TODO Generator

TODO Generator

Vaflov

|
546 installs
| (0) | Free
Boilerplate TODO .txt file generator
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

README

Creates a boilerplate TODO.txt file and an optional .patch file.

Features

  • Create TODO (Ctrl + Alt + M), also under (File\New File...)

Extension Settings

  • conf.todogenerator.todoText: The boilerplate TODO text that will be written in the TODO .txt file.
  • conf.todogenerator.baseFolderPath: Folder path under which the TODOs will be created. If invalid a folder selection window will pop-up during TODO creation and the selected folder will be set as the base folder.
  • conf.todogenerator.emptyPatchSuffix: If non-empty will also create an empty .patch file with the specified suffix.

Setup - Development

  1. Open the source in VS Code.
  2. Run npm install
  3. Press F5 or Debug > Start debugging

Ensure typescript is installed in global scope. Else run > npm install -g typescript

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