blob: cd02b8556d73803c154b194e02cf79daa124f03f (
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
|
# vscode-lua-language-server
[](https://ci.appveyor.com/project/sumneko/vscode-lua-language-server/branch/master)
### Feature
- [x] Goto Definition
- [x] Goto Implementation
- [x] Find References
- [x] Rough Type Inference
- [x] Hover
- [x] Diagnostics
- [x] Rename
- [x] Auto Completion
- [x] Intelligent
- [x] Signature Help
- [ ] Support Dirty Script
- [ ] Syntax Check
- [ ] Multi Workspace
- [ ] Type Format
- [ ] Accurate Type Inference
- [ ] Document Symbols
### Locale
- [x] en-US
- [x] zh-CN
Please [help me][en-US] improve the quality of `en-US`.
API描述的中文翻译来自[云风](https://cloudwu.github.io/lua53doc/manual.html)。
[en-US]: https://github.com/sumneko/vscode-lua-language-server/tree/master/server/locale/en-US
|