Which libraries need to install in robot framework to autopopulate keywords or suggestion for keywords while writing test cases.
E.g. if we type cl then it should display Click Element keyword in suggestion .
Which libraries need to install in robot framework to autopopulate keywords or suggestion for keywords while writing test cases.
E.g. if we type cl then it should display Click Element keyword in suggestion .
Hi Vishal, I believe the feature you’re looking for is intellisense
and this can be achieved in most IDEs with robotframework-lsp
RIDE has that function builtin.
Installed pip install robotframework-lsp
But problem still persists
What IDE do you use?