vscode-rf-language-server
vscode-rf-language-server copied to clipboard
F12 (find keyword definition) doesn't work in a For Loop or after an ELSE
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.
Same problem as loki1600.
In addition the ELSE IF is also not working
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.