Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-17 | 修复测试 | 最萌小汐 | |
2024-02-26 | platform.OS -> platform.os | actboy168 | |
2023-08-16 | supports `---@enum (key)` | 最萌小汐 | |
2023-08-11 | cleanup tests | 最萌小汐 | |
2023-08-09 | fix wrong hover and signature for method | 最萌小汐 | |
with varargs and overloads | |||
2023-07-19 | cleanup test codes | 最萌小汐 | |
2023-06-13 | completion for quoted fields | 最萌小汐 | |
fix #2088 | |||
2023-04-26 | don't merge comments from `setlocal` | 最萌小汐 | |
fix #2077 | |||
2023-03-22 | don't treat half string in comment as string | 最萌小汐 | |
fix #2013 | |||
2023-03-02 | Array of a class type does not get completion #1940 | jharajeev55 | |
https: //github.com/LuaLS/lua-language-server/issues/1940 Co-Authored-By: esarver <4965633+esarver@users.noreply.github.com> | |||
2023-02-02 | special treate for return values of require | 最萌小汐 | |
2nd should be unknown since Lua 5.3, otherwise should be nil #1868 | |||
2023-01-17 | more special treates for meta files | 最萌小汐 | |
2023-01-16 | support `---@meta [name]` | 最萌小汐 | |
once declared `name`, user can only require this file by declared name meta file can not be required with name `_` | |||
2023-01-13 | fix | 最萌小汐 | |
2022-12-16 | simple state persistence | 最萌小汐 | |
2022-12-16 | pass tests | 最萌小汐 | |
2022-12-07 | cleanup | 最萌小汐 | |
2022-12-01 | Merge branch 'master' into feature/auto-require-without-init | Sewbacca | |
2022-11-23 | Added few tests | Sewbacca | |
2022-11-18 | resolve dead lock | 最萌小汐 | |
2022-11-14 | `duplicate-set-field` supports cross files | 最萌小汐 | |
2022-11-14 | `duplicate-doc-field` check cross files | 最萌小汐 | |
2022-11-08 | fix description disapeared for overloaded function | 最萌小汐 | |
2022-11-07 | don't find other locals | 最萌小汐 | |
fix #1670 | |||
2022-11-02 | cleanup | 最萌小汐 | |
2022-11-02 | improve `---@see` | 最萌小汐 | |
resolve #1344 | |||
2022-11-02 | `---@see` use workspace-symbol | 最萌小汐 | |
#1344 | |||
2022-11-01 | find reference respect `includeDeclaration` | 最萌小汐 | |
2022-10-31 | add `---@package` | 最萌小汐 | |
2022-10-20 | ignore varargs | 最萌小汐 | |
if a function only has varargs and has `---@overload`, the varargs will be ignored resolve #1641 | |||
2022-10-12 | cleanup | 最萌小汐 | |
2022-10-11 | fix #1608 | 最萌小汐 | |
2022-07-27 | fix hover of some operators | 最萌小汐 | |
2022-07-25 | fix #1370 | 最萌小汐 | |
2022-07-18 | #1255 hover for `doc.enum` | 最萌小汐 | |
2022-07-15 | resolve #1230 | 最萌小汐 | |
show enums for variables | |||
2022-07-15 | resolve #1224 show comments for `doc.field` | 最萌小汐 | |
2022-07-15 | fix hover | 最萌小汐 | |
2022-07-15 | fix | 最萌小汐 | |
2022-07-12 | resolve #1124 supports path in link | 最萌小汐 | |
2022-07-11 | resolve #1066 | 最萌小汐 | |
dose not show unknown `---@XXX` as description | |||
2022-07-07 | resolve #970 read comments in `---@type` | 最萌小汐 | |
2022-07-07 | `boolean` kick `true` and `false` | 最萌小汐 | |
2022-06-26 | #1207 split `...(param)` and `...(return)` | 最萌小汐 | |
displayed in enums of hover | |||
2022-06-26 | #1207 | 最萌小汐 | |
return names and parentheses can be used in `DocFunction` | |||
2022-06-20 | update | 最萌小汐 | |
2022-06-20 | update | 最萌小汐 | |
2022-06-17 | cleanup | 最萌小汐 | |
2022-05-23 | fix #1125 | 最萌小汐 | |
2022-04-16 | fix #1061 | 最萌小汐 | |