L
Analyzed about 6 hours ago
The Vim plug-in luainspect.vim uses the LuaInspect tool to (automatically) perform semantic highlighting of variables in Lua source code. It was inspired by lua2-mode (for Emacs) and the SciTE plug-in included with LuaInspect. In addition to the semantic highlighting the following features are
... [More]
currently supported:
- renames the variable under the text cursor
- gd (in normal mode) with the text cursor on a variable jumps to its declaration
- in graphical Vim variables have tool tips
- the variable under the text cursor can be highlighted
- wrong argument counts for functions are marked
- warnings from static analysis are shown in a location list window
- syntax errors are visually marked as spelling errors [Less]