# luahelper **Repository Path**: debugconsole/luahelper ## Basic Information - **Project Name**: luahelper - **Description**: vscode lua 帮助插件,提供Snippet,GotoDefintion,CodeCompletion,ErrorChecking等功能 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 3 - **Created**: 2018-05-03 - **Last Updated**: 2021-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 - **符号定义跳转(goto definition)** ![GotoDefinition ](https://gitee.com/debugconsole/luahelper/raw/master/res/GotoDefined.gif) - **代码补全(code completion)** ![CodeCompletion ](https://gitee.com/debugconsole/luahelper/raw/master/res/CodeCompletion.gif) - **语法错误检测(error checking)** ![syntaxErrorChecking ](https://gitee.com/debugconsole/luahelper/raw/master/res/ErrorChech.gif) - **Lua代码片段提示(code snippets)** ![Snippet ](https://gitee.com/debugconsole/luahelper/raw/master/res/Snippet.gif) ## Known Issues don't support chinese language to name file ; ## Release Notes ### 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. -----------------------------------------------------------------------------------------------------------