fabiospampinato / vscode-todo-plus

Manage todo lists with ease. Powerful, easy to use and customizable.
MIT License
902 stars 228 forks source link

Does it have auto renumbering of todo list in a file #386

Open neps-in opened 10 months ago

neps-in commented 10 months ago

Lets say we have

Module One:

  1. Old todo 1
  2. Old todo 2
  3. Another one

Module Two:

  1. This is module todo
  2. another todo of module two

Now if go to line

Module One:

  1. Old todo 1
  2. Insert New todo because of critical priority, here in markdown its auto numbered, but its not happening in the editor.
  3. Old todo 2
  4. Another one

Module Two:

  1. This is module todo
  2. another todo of module two