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.
符号定义跳转(goto definition)
代码补全(code completion)
语法错误检测(error checking)
Lua代码片段提示(code snippets)
don't support chinese language to name file ;
Initial release version with features: global document analysis and gotoDefinition.