lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



On Jun 23, 2013 4:46 AM, "Geoff Smith" <spammealot1@live.co.uk> wrote:
> What's your thoughts on this one ?  In Scite after typing 3 or so characters it pops up a list of matching variable names I have already used in the script, I find that feature extremely useful to avoid putting name typos into the script.
> How easy or difficult would it be to implement that as an option in ZBS ?

It is already supported ^_^

Look under "Auto-complete:"
http://studio.zerobrane.com/doc-general-preferences.html
Also, you can specify an API file to autocomplete from a list you specify:
http://studio.zerobrane.com/doc-api-auto-complete.html

- Mark