vscode-elements / elements

Web component library for developing Visual Studio Code extensions
https://vscode-elements.github.io
MIT License
156 stars 27 forks source link

Tree item tooltip #137

Closed qarlosalberto closed 6 months ago

qarlosalberto commented 9 months ago

Is it possible to add a tooltip in the tree item? Similar to:

imagen

bendera commented 9 months ago

No. Only a native tooltip can be added to action buttons. image

rijesha commented 6 months ago

This would be a great feature to have. I have a long string for a file path. It would be nice if a user could hover over it and see the full string. (As an aside, great project thanks for the work you have put into it)

bendera commented 6 months ago

I could add the ability to display a native tooltip. Only a native one, like the second screenshot, not a rich-text like in the first screenshot.

rijesha commented 6 months ago

A native one would be great

bendera commented 6 months ago

Done.

rijesha commented 6 months ago

Thanks!