Skip to content

[BUG] keyword argument completion does not work after continuation lines #305

@gohierf

Description

@gohierf

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions