robotframework / robotframework/RIDE
Should populate all the keywords with some common word
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1k
- Forks
- 385
- Avg merge
- 13m
- Merged PRs (30d)
- 2
Description
Originally submitted to Google Code by sreekeer... on 18 Mar 2014
In RIDE,
While using User defined keywords, say when we type "Check" in RIDE, all keywords starting with only "CHeck" will be displayed using intellisense.
Rather, it has to display all the keywords which contains "CHeck" word in the keyword
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Start by reproducing keyword completion in RIDE with a user-defined keyword and inspect the intellisense matching entry point. Done means entering a common word displays user-defined keywords containing that word, not only keywords beginning with it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100