diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-07-20 19:52:49 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-07-20 19:52:49 +0800 |
commit | 59d6e659219b7e63ea8ae770bb59f6278678b5eb (patch) | |
tree | 6c3a1146942695a5b3c9b3fdfa7447aa0804624d /README.md | |
parent | fde2dc4cdb275aeb550c7d0af96875d4c7c2affb (diff) | |
download | lua-language-server-59d6e659219b7e63ea8ae770bb59f6278678b5eb.zip |
支持全局符号
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,11 +13,13 @@ - [x] IntelliSense - [x] Signature Help - [x] Document Symbols +- [x] Workspace Symbols - [x] Syntax Check - [x] Highlight - [x] Code Action - [x] EmmyLua Annotation - [x] Multi Workspace +- [x] Semantic Tokens - [ ] Type Format ## Preview |