lua-users home
lua-l archive

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


> Sure, but it's not possible to be useful with method calls, for
> example.  (Because the editor can't know the type of the variable
> before the colon, as well as many other reasons.)
>
> For simple global functions living in tables, then yes, you might be
> able to do something that works most of the time.  But you can't
> auto-generate these .api files either, I bet.


SubEthaEdit is able to find global functions for many languages.
Seems to me it does it in quite a generic fashion.

wes