You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.
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.
If keyword completion feature is used, example for
Log
keyword. it by default looks like this: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 themessage
word. Also it would be useful if thetab
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.
The text was updated successfully, but these errors were encountered: