diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-09-29 20:04:17 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-09-29 20:04:17 +0800 |
commit | 170f587b41b01911f49250b0acc011d00c4e4008 (patch) | |
tree | caa0b10ae66ce97f41997c2219a8015617291457 /changelog.md | |
parent | 1721f5c185547b8074060a95f526f2f4b630969b (diff) | |
download | lua-language-server-170f587b41b01911f49250b0acc011d00c4e4008.zip |
hover: shows method
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 2462cb06..eaa3e8ed 100644 --- a/changelog.md +++ b/changelog.md @@ -30,6 +30,7 @@ ``` * `CHG` hover: improve showing multi defines * `CHG` hover: improve showing multi comments at enums +* `CHG` hover: shows method * `CHG` hint: `Lua.hint.paramName` now supports `Disable`, `Literal` and `All` * `CHG` only search first file by `require` * `CHG` no longer infer by usage |