[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ann] Lua 1.0-alpha For IntelliJ IDEA And Other JetBrains Products
- From: Jon Akhtar <akhtar@...>
- Date: Wed, 1 Jun 2011 21:30:26 -0400
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.