OnlyBens / vscode-extension-ideas

73 stars 1 forks source link

Task Organizer for VS code #48

Open Lunaticsatoshi opened 3 years ago

Lunaticsatoshi commented 3 years ago

It would be great if we could have Task organizer and management app like Trello as a VS code extension. It saves a lot of time to have everything in one place.

PhilippMolitor commented 3 years ago

Imagine things like creating a Todo-Card for each // TODO: [description text] with meta attributes like project, file, line no. etc.

hardikmodi1 commented 3 years ago

Created the MVP trello like extension for VSCode. Download from here https://marketplace.visualstudio.com/items?itemName=HardikModi.todolist. Thank you @Lunaticsatoshi for the idea.