Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

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

Open
aaltat opened this issue Sep 24, 2016 · 1 comment

Comments

@aaltat
Copy link
Collaborator

aaltat commented Sep 24, 2016

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 aaltat closed this as completed in 1c9536a Jan 17, 2017
@aaltat aaltat reopened this Jan 17, 2017
@aaltat
Copy link
Collaborator Author

aaltat commented Jan 17, 2017

Referenced wrong thing in the commit.

@aaltat aaltat added this to the 6.3.0 milestone Oct 15, 2017
@aaltat aaltat removed this from the 6.3.0 milestone Jan 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant