blob: 4a82c7f5d3c01eb3db50a486598bd99b2f91065e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
# 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] Find All References
- [x] Hover
- [x] Diagnostics
- [x] Rename
- [x] Auto Completion
- [x] IntelliSense
- [x] Signature Help
- [x] Document Symbols
- [x] Syntax Check
- [x] Highlight
- [x] Code Action
- [ ] Multi Workspace
- [ ] Type Format
- [ ] Document Color
## 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)
## Version
- [x] Lua 5.1
- [x] Lua 5.2
- [x] Lua 5.3
- [x] Lua 5.4
- [x] LuaJIT
If you find any mistakes, please [tell me][issues] or use [Pull Requests][@lua] to fix them directly.
如果你发现了任何错误,请[告诉我][issues]或使用[Pull Requests][@lua]来直接修复。
[issues]: https://github.com/sumneko/lua-language-server/issues
[@lua]: https://github.com/sumneko/lua-language-server/tree/master/server/libs/%40lua
## 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
## 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)
* [LuaParser](https://github.com/sumneko/LuaParser)
* [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)
## Acknowledgement
* [actboy168](https://github.com/actboy168)
* [Dmitry Sannikov](https://github.com/dasannikov)
* [Jayden Charbonneau](https://github.com/Reshiram110)
* [Stjepan Bakrac](https://github.com/z16)
|