lua-users home
lua-l archive

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


On Sun, Jan 23, 2011 at 7:02 PM, Peter Odding <peter@peterodding.com> wrote:
>> What's the status of Lua editors which provide some level of semantic
>> awareness (mainly highlighting of local/global references)?
>
> In addition to the SciTE plug-in for LuaInspect mentioned by Steve there's
> also a Vim plug-in [1] that runs LuaInspect using the Lua interface for Vim
> or an external Lua process. It's far from perfect but it works reasonably
> well on smaller files (<= 1000 lines). It was inspired by your announcement
> of lua2-mode [2].
>
>  - Peter Odding
>
> [1] http://github.com/xolox/vim-lua-inspect
> [2] http://lua-users.org/lists/lua-l/2010-07/msg00708.html
>
>

There is also IntelliJ IDEA with the Lua plugin:
http://plugins.intellij.net/plugin/?idea&id=5055