summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2018-12-13 22:39:15 +0800
committerGitHub <noreply@github.com>2018-12-13 22:39:15 +0800
commit81113a3ebd0f087d97185b7f5c4a95a9e1433858 (patch)
treeea32f86bc79f68641472dda24b8348c8757f1c90
parentf2ce1195104a9e3939bccc8154664b86b7e2848a (diff)
downloadlua-language-server-81113a3ebd0f087d97185b7f5c4a95a9e1433858.zip
Update README.md
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index bfd1efd8..f8fbb7dc 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,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