Original author: sahil48
Original created at: 2018-07-24T17:42:39Z
Original URL: fabiospampinato#85
I am looking for some improvements to folding built into in vscode-todo-plus to make it easier to more easily navigate through longer todo-lists, and where tasks for a project or time of day are spread throughout the document.
For example, fold everything but lines that have the tag @critical, etc. Fold all comments and only show active tasks and projects. Fold everything but projects.
It would also be great if you add support for region tags (see https://code.visualstudio.com/docs/editor/codebasics#_folding) in file formats supported by this extension. For example, I can add an @region at the start of a portion of a document I want folded when I open the document and @endresion at the end of a portion of a document I want folded.
Original author: sahil48
Original created at: 2018-07-24T17:42:39Z
Original URL: fabiospampinato#85
I am looking for some improvements to folding built into in vscode-todo-plus to make it easier to more easily navigate through longer todo-lists, and where tasks for a project or time of day are spread throughout the document.
For example, fold everything but lines that have the tag @critical, etc. Fold all comments and only show active tasks and projects. Fold everything but projects.
It would also be great if you add support for region tags (see https://code.visualstudio.com/docs/editor/codebasics#_folding) in file formats supported by this extension. For example, I can add an @region at the start of a portion of a document I want folded when I open the document and @endresion at the end of a portion of a document I want folded.