robotframework / robotframework/RIDE

Variables content look-up

Open
#306 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement prio-medium task
Dominant language
Python
Stars
1k
Forks
385
Avg merge
13m
Merged PRs (30d)
2

Description

Originally submitted to Google Code by radekz1979 on 7 Oct 2009

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'.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by finding the existing keyword documentation look-up behavior and the code that handles Ctrl-key activation in the editor. Trace how variables are defined and resolved, including nested variables, before deciding where the pop-up should be integrated. Done means Ctrl-clicking a variable displays its resolved content, including nested references.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.