diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-03-17 11:18:19 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-03-17 11:18:19 +0800 |
commit | 55380a91e9a6d7fe4bbaeddc4b649822183a0db8 (patch) | |
tree | 1993e903e557a318005206ad3b558e89d7b58ab4 /changelog.md | |
parent | 268cfa9dd50292269c4c3bcc40093b54c6727bfa (diff) | |
download | lua-language-server-55380a91e9a6d7fe4bbaeddc4b649822183a0db8.zip |
completion: field in table
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 c2fc870b..9c2e8ecc 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,7 @@ * `NEW` VSCode: new setting `Lua.misc.parameters` * `NEW` new setting `Lua.runtime.builtin`, used to disable some built-in libraries * `NEW` quick fix: disable diagnostic in line/file +* `NEW` completion: field in table * `CHG` intelli-scense: search from generic param to return * `CHG` intelli-scense: search across vararg * `CHG` text-document-synchronization: refactored |