diff options
-rw-r--r-- | README.md | 12 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 11 insertions, 3 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 diff --git a/package.json b/package.json index 12e2a860..ce5df530 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "version": "0.0.1", "repository": { "type": "git", - "url": "https://github.com/Microsoft/vscode-extension-samples" + "url": "https://github.com/sumneko/vscode-lua-language-server" }, "publisher": "sumneko", "categories": [], |