diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2018-12-18 10:36:54 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2018-12-18 10:36:54 +0800 |
commit | 4568c48c6441984a664826403c91037d6d937dd3 (patch) | |
tree | 77462bb5409fdc323bf488e2c83dd4c8637ac55d | |
parent | c3a91226ba061029c64604c295cdb506ca8c9a6a (diff) | |
download | lua-language-server-4568c48c6441984a664826403c91037d6d937dd3.zip |
更新readme
-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": [], |