vscode-rf-language-server icon indicating copy to clipboard operation
vscode-rf-language-server copied to clipboard

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

Open loki1600 opened this issue 6 years ago • 2 comments

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.

loki1600 avatar Jan 11 '19 09:01 loki1600

Same problem as loki1600.

In addition the ELSE IF is also not working

chenry35 avatar Jan 24 '19 15:01 chenry35

In the closure comment of https://github.com/tomi/vscode-rf-language-server/issues/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.

msieurtoph avatar Mar 01 '22 15:03 msieurtoph