diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-12-30 17:23:04 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-12-31 17:57:25 +0800 |
commit | 79adf4a94669b5b278675ba172c9d407879ab438 (patch) | |
tree | a9b26953eb83bb474982f8f7db2c73f06ce5bb9d /changelog.md | |
parent | 26a9a8ac0b631302e9b2011a7884d4b8667372ae (diff) | |
download | lua-language-server-79adf4a94669b5b278675ba172c9d407879ab438.zip |
completion: show words in comment
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 1759b259..f3153bae 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,7 @@ ## 1.8.3 * `NEW` specify path of `log` and `meta` by `--logpath=xxx` and `--metapath=XXX` in command line * `NEW` completion: worksapce word +* `NEW` completion: show words in comment * `CHG` got arg after script name: `lua-language-server.exe main.lua --logpath=D:\log --metapath=D:\meta --develop=false` * `FIX` runtime errors |