diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -2,6 +2,8 @@ [![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 @@ -9,7 +11,13 @@ - [x] Hover - [x] Diagnostics - [x] Rename -- [x] Parameter Prompt +- [ ] Support Dirty Script - [ ] Syntax Check -- [ ] Auto Completion +- [ ] Parameter Prompt - [ ] Intelligent +- [ ] Auto Completion + +### Locale + +- [x] en-US +- [ ] zh-CN |