summaryrefslogtreecommitdiff
path: root/README.md
blob: b0c1f34781c1b3580dcc3b2d94671d7b51f5c6e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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)

- [x] Goto Definition
- [x] Goto Implementation
- [x] Find References
- [x] Type Inference
- [x] Hover
- [x] Diagnostics
- [x] Rename
- [x] Parameter Prompt
- [ ] Syntax Check
- [ ] Auto Completion
- [ ] Intelligent