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 labels enhancement #108

Closed jarvistesting closed 9 months ago

jarvistesting commented 1 year ago

How can I add checkbox to tree item labels and other menu action? How to add click action on item click

bendera commented 1 year ago

Hi,

Currently, you can't add a checkbox to the tree item.

Actions can be added in this way: https://bendera.github.io/vscode-webview-elements/components/vscode-tree/#actions

An item dispatches a vsc-select event when it's clicked. See: https://bendera.github.io/vscode-webview-elements/components/vscode-tree/#basic-example