Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

F12 (find keyword definition) doesn't work in a For Loop or after an ELSE #37

Open
loki1600 opened this issue Jan 11, 2019 · 2 comments

Comments

@loki1600
Copy link

Hello,
First of all, thanks a lot for the implementation of the Feature Request #35 :-)
Then, the find keyword definition doesn't work when the keyword is in a For loop :
: FOR ${INDEX} IN RANGE 1 10
\ @{status} Run Keyword And Ignore Error my_keyword

And, it also doesn't work if the keyword is after an ELSE :
Run Keyword If condition my_keyword_0
... ELSE my_keyword_1

Could you please add those feature ?

Best regards
Pierre-Yves P.

@chenry35
Copy link

chenry35 commented Jan 24, 2019

Same problem as loki1600.

In addition the ELSE IF is also not working

@msieurtoph
Copy link

msieurtoph commented Mar 1, 2022

In the closure comment of #35, @tomi says "Code completion is not smart enough yet to suggest keywords in these locations".

It seems strange for me : some other extensions for other langages are able to do such things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants