robotcode
robotcode copied to clipboard
[ENHANCEMENT]: Variable view with search and copy to clipboard functionality in VSCode
Hi there!
When importing a variable file/class hovering over the imported item brings up this window showing the available variables:
Honestly, this view is annoying if one has to copy values out of it. In my scenario the variable class is not a static one, it queries localization data from a service depending on the arguments provided to it.
Would be great to have a view such as the keyword documentation one, which opens a web view with in VSCode. I don't have any preferences as long as the view containing these variables have a search functionality like ctrl+f in most editors/browrsers. Maybe even a grid like view with copy to clipboard functionality when clicking on the variable's name.
The opening of this view could be an option for the Source Action right click context menu item. Or could exist as a exapndable option in the Explorer view next to the KEYWORDS one.