The Todo List extension for Visual Studio Code is a powerful tool to help you manage your tasks directly within your development environment. Keep track of your to-do items, and easily export or import your lists using the clipboard for quick sharing and backup.
Features
Create and manage todo lists within VS Code
Add, edit, and delete tasks
Mark tasks as complete or incomplete
Export your todo lists to the clipboard
Import todo lists from clipboard content
Persistent storage of your todo lists
Clean and intuitive user interface
Installation
Open Visual Studio Code
Go to the Extensions view (Ctrl+Shift+X or Cmd+Shift+X on macOS)
Search for "Todo List"
Click Install
Usage
Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on macOS)
Type "Todo List" and select "Open Todo List"
Use the interface to add, edit, delete, and manage your tasks
Exporting Todo Lists
Open your todo list in the extension
Click on the "Export" button
Your list will be copied to the clipboard as a JSON string
Paste the content wherever you need it (e.g., a text file, email, or another application)
Importing Todo Lists
Copy the JSON string of your todo list to the clipboard
Open the Todo List extension
Click on the "Import" button
Your tasks will be imported from the clipboard content into the extension
Extension Settings
This extension contributes the following settings:
todoList.enableNotifications: Enable/disable notifications for task reminders.
todoList.defaultListName: Set the default name for new todo lists.
Known Issues
Currently, there are no known issues. If you encounter any problems, please file an issue on our GitHub repository.
Release Notes
1.1.0
Added export functionality to copy todo lists to clipboard as JSON
Implemented import feature to load todo lists from clipboard content
1.0.0
Initial release of the Todo List extension:
Basic task management functionality
Persistent storage of todo lists
Simple and clean user interface
Feedback and Contributions
We welcome your feedback and contributions! Please visit our GitHub repository to submit issues, feature requests, or pull requests.
Enjoy staying organized with Todo List for VS Code!