sublime-robot-framework-assistant icon indicating copy to clipboard operation
sublime-robot-framework-assistant copied to clipboard

Make completion to use tab to to move next keyword argument after keyword completion

Open aaltat opened this issue 9 years ago • 1 comments

If keyword completion feature is used, example for Log keyword. it by default looks like this:

Log
    ...    message
    ...    level
    ...    html
    ...    console
    ...    repr

The cursor is places on the last like after the word repr, which is not optimal solution. In many cases it would be better if the cursor would be on line which contains the message word. Also it would be useful if the tab key could be used to jump to the next arguments.

It seems that this is possible, see better details in the https://www.sublimetext.com/docs/3/api_reference.html#sublime_plugin.EventListener API documentation examples.

aaltat avatar Sep 24 '16 22:09 aaltat

Referenced wrong thing in the commit.

aaltat avatar Jan 17 '17 22:01 aaltat