From 4568c48c6441984a664826403c91037d6d937dd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Tue, 18 Dec 2018 10:36:54 +0800 Subject: =?UTF-8?q?=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++++++-- package.json | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b0c1f347..df21e7f8 100644 --- a/README.md +++ b/README.md @@ -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": [], -- cgit v1.2.3