Gruntfuggly / todo-tree

Use ripgrep to find TODO tags and display the results in a tree view
Other
1.44k stars 139 forks source link

Wrap text on the tree view (now possible) #656

Closed R3uan3 closed 1 year ago

R3uan3 commented 2 years ago

This feature has already been requested here: https://github.com/Gruntfuggly/todo-tree/issues/289

@Gruntfuggly mentioned at 2020

Unfortunately, the API doesn't allow for wrapping

I requested it on the vscode repo and got linked to an issue where a dev demonstrated an API in which this could be achieved: https://github.com/microsoft/vscode/issues/103403#issuecomment-666319714

image

Could this get implemented in the extension? 🙏

Elias-Graf commented 1 year ago

As far as I understand, this is not intended for multiple items. Correct me if I'm wrong, but I assume you can set one message per panel (that in your picture), and welcome content seems to be generally designed when the tree is empty, and has a completely different layout.

Gruntfuggly commented 1 year ago

As stated above - that only works for the message at the top of the view. I don't think this will ever be possible.