robotcodedev / robotcode

RobotFramework support for Visual Studio Code
https://robotcode.io
Apache License 2.0
168 stars 13 forks source link

[ENHANCEMENT] Adding more information and copy-paste feature to bottom right RobotFramework tooltip #260

Open gohierf opened 1 month ago

gohierf commented 1 month ago

Is your enhancement request related to a problem? Please describe. When opening new issues on RobotCode, but also Robocop and Robotidy, we are supposed to provide information regarding the versions we were using when encountering the issue.

Most of this information can be found on the tooltip when hovering over the bottom right RobotFramework icon:

image

Describe the solution you'd like However, it is not possible to select and copy the text from this tooltip. It would be nice that the icon can be clickable, to show a menu with a copy option (or no menu at all: copy when clicking the icon).

Furthermore, the following information could be nice to have as well in the tooltip, so that we can find it all in one place:

Describe alternatives you've considered Currently, I have to find the RobotCode version on the extension page, the VSCode version in the help/about page and robotidy and robocop versions in the command line.

Other information I can find in the tooltip, however I have to manually type it as it is lacking a copy function. Not mentioning that the tooltip disappears as soon as the mouse is moved somewhere else.

Additional context Maybe I am missing something and there is already a more convenient way to do that?