Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Reorderable TODOsNew to Visual Studio Code? Get it now.
Reorderable TODOs

Reorderable TODOs

pwebtech

|
2 installs
| (0) | Free
Drag‑and‑drop and Alt‑Arrow re‑ordering for TODO comment blocks.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Reorderable TODOs

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

demo gif


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.

Supported comment styles

  • // 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
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft