Luahelper
LuaHelper is an vscode extension provide something features auxiliary for coding in lua language.
features like Snippet,Intelligence,GotoDefinition,CodeComplete etc.
support lua version 5.1 and 5.3.
Features
调试器(debugger for lua5.1)
符号定义跳转(goto definition)
代码补全(code completion)
语法错误检测(error checking)
Lua代码片段提示(code snippets)
Known Issues
don't support parsing 'IndexExpression' like this format: bb[?] = ? or aa.bb[?] = ? ;
Release Notes
0.1.3
- Fixed issue of supporting with
module ;
0.1.2
- Added feature about debugger of lua5.1;
- Fixed issue that reparse file when it been saved;
- Now support parsing about table symbol;
0.0.7
- Fixed issue : now support parsing expression like 'self./:'
0.0.6
- Fixed issue : the features haven't applied in the files newly-created;
- Fixed issue : fixed some bugs in gotoDefinition;
0.0.5
- Added features symbols completion;
- Fixed issue that catching excption in parsing empty file;
- Added features for support statement
module ;
0.0.4
Initial release version with features: global document analysis and gotoDefinition.
| |