fabiospampinato / vscode-todo-plus

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

It is possible make an auto generated groupBy list? #391

Open flavionn opened 5 months ago

flavionn commented 5 months ago

Hello, thanks for extension, it's awesome!

I would like to know if it is possible make an auto groupBy?

Considering i have one list with nested items like this

Project name: (35)
  Doing: (5)
    [] Example 1 @low @tag-a
    [] Example 2 @low @tag-b

  Todo: (20)
    [] Example 3 @high @tag-b

  Done: (10)
    [] Example 4 @high @tag-a
    [] Example 5 @low @tag-a

It is possible make an auto generated list grouping by "@low" for example?