diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-03-20 17:52:07 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-03-20 17:52:07 +0800 |
commit | b5832404265a171aa2e608b04eb81a5d323f997d (patch) | |
tree | ae990b0456d27ca2ed14f5d59d8d4789468d3b21 /README.md | |
parent | bb0b45a5971067b6e06e0bec01377a45643031a3 (diff) | |
download | lua-language-server-b5832404265a171aa2e608b04eb81a5d323f997d.zip |
0.5.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -7,7 +7,7 @@ - [x] Goto Definition - [x] Goto Implementation - [x] Find References -- [x] Rough Type Inference +- [x] Type Inference - [x] Hover - [x] Diagnostics - [x] Rename @@ -17,11 +17,10 @@ - [x] Document Symbols - [x] Support Dirty Script - [x] Syntax Check +- [x] Search Globals +- [x] Find All References - [ ] Multi Workspace - [ ] Type Format -- [ ] Accurate Type Inference -- [ ] Search Globals -- [ ] Find All References - [ ] Code Action ### Locale |