diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-01-04 17:23:19 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-01-04 17:23:19 +0800 |
commit | 4de9d6fe6867e1aa079b7187c1252514a4e603e5 (patch) | |
tree | 913347a861ad91a0284a7620f7d0e52a486fd26f /changelog.md | |
parent | fc5716feb8793140f63218fa2baefdf25c603dd7 (diff) | |
download | lua-language-server-4de9d6fe6867e1aa079b7187c1252514a4e603e5.zip |
completion: show words in string
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 d2e1cc4d..93ad308a 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,7 @@ * `NEW` folding: `---@class` and docs of function * `CHG` supports `~` in command line * `CHG` completion: improve workspace words +* `CHG` completion: show words in string * `FIX` [#339](https://github.com/sumneko/lua-language-server/issues/339) ## 1.9.0 |