diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-06-09 20:00:05 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-06-09 20:00:05 +0800 |
commit | d99c23af4bf8be944f58b374141dbfb81d48b5f5 (patch) | |
tree | 185e92fac5c0e28a80e772a9fdad5b0a6a4bbfd8 /changelog.md | |
parent | bc92c4dcefc0c87420c7d4b239c1eb4b9d14588c (diff) | |
download | lua-language-server-d99c23af4bf8be944f58b374141dbfb81d48b5f5.zip |
#1061 completion for `doc.type.code`
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 1ff7e2cb..0f71fab5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,14 @@ # changelog +## 3.3.0 +* `NEW` `LuaDoc` supports `` `CODE` `` + ```lua + ---@type `CONST.X` | `CONST.Y` + local x + + if x == -- suggest `CONST.X` and `CONST.Y` here + ``` + ## 3.2.5 `2022-6-9` * `NEW` provide config docs in `LUA_LANGUAGE_SERVER/doc/` |