[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Status of editors with (partial) semantic awareness
- From: steve donovan <steve.j.donovan@...>
- Date: Sun, 23 Jan 2011 18:21:53 +0200
On Sun, Jan 23, 2011 at 6:00 PM, Florian Weimer <fw@deneb.enyo.de> wrote:
> What's the status of Lua editors which provide some level of semantic
> awareness (mainly highlighting of local/global references)?
Although not ready for production, David Manura's LuaInspect has a
SciTE plugin.
It provides detailed semantic highlighting (locals vs globals, unknown
globals, etc) from both dynamic and static code analysis.
Still not perfect for editing because the code rescan (which uses the
Metalua compiler) has not been fully optimized yet.
https://github.com/davidm/lua-inspect
steve d.