robotcode icon indicating copy to clipboard operation
robotcode copied to clipboard

[ENHANCEMENT] Support keyword argument autocompletion on continuation lines.

Open gohierf opened this issue 1 year ago • 1 comments

Is your enhancement request related to a problem? Please describe. Sometimes keywords arguments are too long to write them all on a single line. Robot Framework supports continuation lines for keywords arguments. Robotcode also detects continuation lines for keywords arguments, as it displays the suggestion even on these lines. However, argument autocompletion (using TAB) seems only available on the first line.

Describe the solution you'd like I would like to be able to use autocompletion on continuation lines too.

Describe alternatives you've considered For now I can write them all on the same line and let robotidy format to continuation lines.

Additional context Autocompletion available here: image

But not here: image

gohierf avatar Sep 05 '24 12:09 gohierf

This is strange, it works for some, but not for all... Try using the keyword Log and it works, but with Should Contain it doesn`t....

I need to investigate this...

d-biehl avatar Sep 06 '24 07:09 d-biehl

this is a bug.

d-biehl avatar Sep 11 '24 20:09 d-biehl