-
Notifications
You must be signed in to change notification settings - Fork 389
Variables content look-up #306
Copy link
Copy link
Open
Labels
enhancementRequest for improvement: either for an existing feature or a new oneRequest for improvement: either for an existing feature or a new oneprio-mediumBehaving incorrectly, but still somewhat usableBehaving incorrectly, but still somewhat usabletask
Milestone
Metadata
Metadata
Assignees
Labels
enhancementRequest for improvement: either for an existing feature or a new oneRequest for improvement: either for an existing feature or a new oneprio-mediumBehaving incorrectly, but still somewhat usableBehaving incorrectly, but still somewhat usabletask
Type
Projects
Status
To do
It would be nice to get possibility to see variable's content by pressing
Ctrl key. It should work similar to Keyword documentation look-up. For
example, I have variable called ${output_dir}. It is configured in Variable
section as let say 'C:\output'. So I would like to get this in a pop-up
window by pressing Ctrl key.
It could be great if it handle also nested variables. E.g. if my
${output_dir} == '${drive_letter}\output}' and there is separately defined
variable ${drive_letter}='C:' it should be correctly solved as 'C:\output'.