summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '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