[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Status of editors with (partial) semantic awareness
- From: Tom <tom.wieland@...>
- Date: Sun, 23 Jan 2011 20:49:21 +0100
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