-
-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working