# lua-language-server [![Build status](https://ci.appveyor.com/api/projects/status/0tng1g72fssvu9rr/branch/master?svg=true)](https://ci.appveyor.com/project/sumneko/vscode-lua-language-server/branch/master) ## Feature - [x] Goto Definition - [x] Goto Implementation - [x] Find All References - [x] Type Inference - [x] Hover - [x] Diagnostics - [x] Rename - [x] Auto Completion - [x] IntelliSense - [x] Signature Help - [x] Document Symbols - [x] Support Dirty Script - [x] Syntax Check - [x] Search Globals - [x] Highlight - [x] Code Action - [ ] Multi Workspace - [ ] Type Format ## Locale - [x] en-US - [x] zh-CN Please [help me][en-US] improve the quality of `en-US`. [en-US]: https://github.com/sumneko/vscode-lua-language-server/tree/master/server/locale/en-US ## Preview ### Goto Definition ![avatar](https://github.com/sumneko/lua-language-server/raw/master/images//Goto%20Definition.gif) ### Find All References ![avatar](https://github.com/sumneko/lua-language-server/raw/master/images//Find%20All%20References.gif) ### Hover ![avatar](https://github.com/sumneko/lua-language-server/raw/master/images/Hover.gif) ### Diagnostics ![avatar](https://github.com/sumneko/lua-language-server/raw/master/images/Diagnostics.gif) ### Rename ![avatar](https://github.com/sumneko/lua-language-server/raw/master/images/Rename.gif) ### Auto Completion ![avatar](https://github.com/sumneko/lua-language-server/raw/master/images/Auto%20Completion.gif) ### Signature Help ![avatar](https://github.com/sumneko/lua-language-server/raw/master/images/Signature%20Help.gif) ## Library You can add your library at [here][libs] by `Pull Requests`. 你可以通过`Pull Requests`在[这里][libs]添加自己的函数库。 [libs]: https://github.com/sumneko/vscode-lua-language-server/tree/master/server/libs ## Credit * [bee.lua](https://github.com/actboy168/bee.lua) * [luamake](https://github.com/actboy168/luamake) * [lni](https://github.com/actboy168/lni) * [LPegLabel](https://github.com/sqmedeiros/lpeglabel) * [rcedit](https://github.com/electron/rcedit) * [ScreenToGif](https://github.com/NickeManarin/ScreenToGif) * [lsp-sample-client](https://github.com/Microsoft/vscode-extension-samples) * [Lua 5.3 中文翻译](https://cloudwu.github.io/lua53doc/manual.html)