Display extension StatusBarItem tooltip by click #2668
-
DescriptionGitHub Copilot StatusBarItem tooltip shown by clicked,there is no way to implement that behavior in my extension. By default i need place my cursor on baritem and wait for 2 second, but this kind of experience is not good. check video below: PurposeDisplay StatusBarItem tooltip by click in my Extension. Video2025-04-23.13.57.11.mov |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @woolson , There is no public API available for that just yet, neither proposals, apparently. And in fact, Editor Language Status item supports a similar behavior. In this case, I would suggest you to open a feature request in the VS Code repo (https://github.com/microsoft/vscode/issues) so the VS Code team could take a look. Hope this helps |
Beta Was this translation helpful? Give feedback.
Hi @woolson ,
There is no public API available for that just yet, neither proposals, apparently. And in fact, Editor Language Status item supports a similar behavior.
In this case, I would suggest you to open a feature request in the VS Code repo (https://github.com/microsoft/vscode/issues) so the VS Code team could take a look.
Hope this helps