lua-users home
lua-l archive

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


On Wed, Jun 1, 2011 at 4:05 PM, Patrick Rapin <toupie300@gmail.com> wrote:
> Is there a possibility for the IntelliJ IDEA completion engine to list
> the possible values after opening the parentheses ?
> The standard collectgarbage function is just an example, but there are
> plenty of bindings of C or C++ code to Lua, where enum types are
> usually handled as strings.

Yes there is. It is something I hadn't thought of before. I would need
to expand the scope of my existing method of API definitions which
doesnt have any special metadata currently that could support
something like that.