blob: 9c3d69595084e1f64b1ff635984bcff9e3b60d49 (
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
|
# vscode-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 References
- [x] 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
### Locale
- [x] en-US
- [ ] zh-CN
Please [help me][git] improve the quality of `en-US`.
API描述的中文翻译来自[云风](https://cloudwu.github.io/lua53doc/manual.html)。
[git]: https://github.com/sumneko/vscode-lua-language-server
|