Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>To-Do List ExtensionNew to Visual Studio Code? Get it now.
To-Do List Extension

To-Do List Extension

SanthoshKumar

|
33 installs
| (0) | Free
A simple To-Do List extension for Visual Studio Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

To-Do List Extension

Overview

The To-Do List Extension is a simple and efficient tool for managing your tasks directly within Visual Studio Code. Easily add, view, and remove tasks with due dates and reminders.

Features

  • Add Task: Quickly add a new task with an due time.
  • Remove Task: Remove a task from your list.
  • View Tasks: View all your tasks and their due dates.

Commands

Add Task

  • Command: To-Do List: Add Task
  • Description: Adds a new task to your to-do list.
  • Usage:
    1. Open the Command Palette (Ctrl+Shift+P).
    2. Type To-Do List: Add Task and press Enter.
    3. Enter your task in the input box.
    4. Now, enter a due time in the format 10m, 2h, 1d, or a specific date and time in the format YYYY-MM-DD HH:MM.

Remove Task

  • Command: To-Do List: Remove Task
  • Description: Removes a task from your to-do list.
  • Usage:
    1. Open the Command Palette (Ctrl+Shift+P).
    2. Type To-Do List: Remove Task and press Enter.
    3. Select the task you want to remove from the list.

View Tasks

  • Command: To-Do List: View Tasks
  • Description: Views all tasks in your to-do list.
  • Usage:
    1. Open the Command Palette (Ctrl+Shift+P).
    2. Type To-Do List: View Tasks and press Enter.
    3. View the list of tasks and their due dates.

Due Time Input Format

When adding a task, you can specify a due time in one of the following formats:

  • Relative Time:

    • 10m for 10 minutes
    • 2h for 2 hours
    • 1d for 1 day
  • Specific Date and Time:

    • YYYY-MM-DD HH:MM (e.g., 2025-01-12 17:00)

Installation

  1. Open Visual Studio Code.
  2. Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window or by pressing Ctrl+Shift+X.
  3. Search for "To-Do List Extension".
  4. Click "Install" to install the extension.

Usage

  1. Open the Command Palette (Ctrl+Shift+P).
  2. Type To-Do List to see the available commands.
  3. Select the desired command to add, remove, or view tasks.

License

This project is licensed under the MIT License. See the LICENSE file for details.

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