-
Notifications
You must be signed in to change notification settings - Fork 30.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow TreeItem.label to support MarkdownString #115365
Comments
I am not adverse to to this proposal. @TylerLeonhardt would you be interested in bringing the proposal to the API sync? |
I wonder if we should support |
Updated issue to move to |
It would be nice if colours were supported too, but I believe this not something that could be achieved with a |
Yeah, I would be great if vscode API will support colours. |
I'm working on a semantic search and replace extension and I still can't replicate the appearance of the builtin find/replace results with the existing TreeView API. |
Please prioritize this as it's quite limiting to the UX of TreeView based extensions. Thanks. |
I would also like to use this capability in a debugger extension that cannot utilize the debugger API (it's not a debugger for software). Colors would be extremely useful. |
When implementing this please take into account coloring the label (or parts thereof), possibly using |
Looking at the API for TreeItemLabel it seems a bit limited. I'm trying to avoid moving to a webview view and what I need is some way to have certain nodes in a tree view be crossed out. It'd be nice if
TreeItem.label
could be extended to supportMarkdownString
.Proposal:
The text was updated successfully, but these errors were encountered: