diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2018-12-13 22:39:15 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-13 22:39:15 +0800 |
commit | 81113a3ebd0f087d97185b7f5c4a95a9e1433858 (patch) | |
tree | ea32f86bc79f68641472dda24b8348c8757f1c90 | |
parent | f2ce1195104a9e3939bccc8154664b86b7e2848a (diff) | |
download | lua-language-server-81113a3ebd0f087d97185b7f5c4a95a9e1433858.zip |
Update README.md
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |