Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dheovani/todo-list
TODO List extension for vscode
https://github.com/dheovani/todo-list
extension javascript todo todolist typescript visual-studio-code vscode vscode-extension
Last synced: about 1 month ago
JSON representation
TODO List extension for vscode
- Host: GitHub
- URL: https://github.com/dheovani/todo-list
- Owner: Dheovani
- License: mit
- Created: 2024-06-19T00:21:00.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-06-20T16:08:50.000Z (6 months ago)
- Last Synced: 2024-06-22T05:30:24.926Z (6 months ago)
- Topics: extension, javascript, todo, todolist, typescript, visual-studio-code, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=Dheovani.todo-list-helper
- Size: 3.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# TODO List Helper for VSCode
π Welcome to the TODO Organizer extension for Visual Studio Code! This extension helps you manage and organize your TODOs efficiently within the editor.## π Features
- π List all TODOs: View all your TODO items in one place.
- β Add TODO: Easily add new TODO items.
- βοΈ Open File: Jump to the file and line where the TODO is located.
- β Delete TODO: Remove specific TODO items.
- π§Ή Clear All: Clear all TODO items at once.
- π Refresh: Refresh the TODO list to ensure itβs up-to-date.## π‘ How to Use
1. Install the extension from the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/publishers/Dheovani).
2. Open a folder or workspace in VSCode.
3. Use ALT + ADD (button +) to add a TODO.
- You can also define your own keybinding. See [Usage](#Usage) bellow for details.
4. In the activity bar, access the TODO List! π## π οΈ Usage
Once installed, you can access the TODO Organizer from the Activity Bar. The following commands are available:- π Refresh: Refresh the TODO list.
![Refresh](samples/Refresh.gif)- β‘οΈ Open File: Open the file at the specific TODO.
![Open file](samples/Open%20file.gif)- β‘οΈ Open File and Delete: If the opened item doesn't exist anymore, you can delete it
![Delete If Dont Exists](samples/Delete%20If%20Dont%20Exists.gif)- β Add TODO Item: Add a new TODO item.
![Add item](samples/Add%20item.gif)- β ... OR just type TODO and i'll add it for you
![Auto Add](samples/Auto%20Add.gif)- ποΈ Delete Item: Delete a specific TODO item.
![Delete](samples/Delete.gif)- π§Ή Clear: Clear all TODO items.
![Clear](samples/Clear.gif)- βοΈ Keybinding: Set specific keybinding for add function
![Keybinding](samples/Keybinding.gif)## π€ Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please create an issue or submit a pull request on GitHub.## π License
This extension is licensed under the [MIT License](LICENSE.txt).## π’ Feedback
If you have any feedback or questions, feel free to [reach out](mailto:[email protected]).I hope you find this extension useful! Happy coding! π