tomi / vscode-rf-language-server

VSCode extension to support Robot Framework development
MIT License
53 stars 36 forks source link

There's no autocomplete when typing a secondary keyword in "Wait Until Keyword Succeeds" #72

Open apuchkov opened 4 years ago

apuchkov commented 4 years ago

When I type Wait Until Keyword Succeeds 30x 0.1s Curre there's no autocomplete options like "Current Page Contains", etc...

It would be great if autocomplete would also work for secondary keywords in Wait Until Keyword Succeeds just like it works when you start typing Curre from a new line.

It might help that Go To Definition feature already supports secondary keywords. It was implemented in PR 43