Sublime Forum

What are the arguments for the 'auto_complete' command?

#1

Hi,

what are the arguments for the ‘auto_complete’ command and what do they do?
The unofficial documentation doesn’t list any:
sublime-text-unofficial-document … mands.html
but I know that ‘disable_auto_insert’, ‘api_completions_only’, and ‘next_competion_if_showing’ exist?

I am particularly interested whether there is an argument to pass in the prefix (by default that is the part before the cursor or the current selection, I think). The other thing I was looking for is an argument to preserve the order of the completion returns as they are passed by ‘on_query_completions’ (or is that already the case. I thought ST reorders by frequency of use or something).

Thanks!

2 Likes