Reorderable TODOs
Drag-and-drop or Alt+↑/↓ to re-order the
comment lines that follow any TODO anchor.

Features 🚀
Action |
How |
Re-order by mouse |
Drag a child line in the TODO Blocks side-panel. |
Re-order by keyboard |
Place the caret on the line and press Alt+↑/↓. |
Jump to block |
Click the block heading in the side-panel. |
// TODO … | /* TODO … */ | * TODO …
# TODO … (Python, Ruby)
- more can be added via package.json → COMMENT_SYNTAX.
Installation
git clone https://github.com/paulweb2/comment-todo-reorder
cd comment-todo-reorder
npm install
npx vsce package # creates .vsix
code --install-extension comment-todo-reorder-0.1.0.vsix
| |