Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-14 | fix type infer in overload | 最萌小汐 | |
2023-09-25 | feat: support param snippets with space | Lewis Russell | |
Currently LuaLS will expand: ```lua ---<??> local x = function (x, y) end ``` with: ```lua ---comment ---@param x any ---@param y any local x = function (x, y) end ``` This change adds a variation of this snippet to expand: ```lua --- <??> local x = function (x, y) end ``` with: ```lua --- comment --- @param x any --- @param y any local x = function (x, y) end ``` | |||
2023-08-16 | supports `---@enum (key)` | 最萌小汐 | |
2023-07-20 | improve completion label of table fields | 最萌小汐 | |
2023-07-19 | sort results of completion | 最萌小汐 | |
2023-06-13 | completion for quoted fields | 最萌小汐 | |
fix #2088 | |||
2023-06-13 | more smart completion for `continue` | 最萌小汐 | |
fix #2042 | |||
2023-01-30 | respect quotation marks | 最萌小汐 | |
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-16 | fix #1824 | 最萌小汐 | |
2022-12-08 | cleanup | 最萌小汐 | |
2022-11-23 | fix #1717 | 最萌小汐 | |
2022-11-23 | fix #1704 | 最萌小汐 | |
2022-11-15 | fix #1698 | 最萌小汐 | |
2022-11-08 | support enums with runtime values | 最萌小汐 | |
resolved #1411 | |||
2022-11-03 | supports completion with table field of function | 最萌小汐 | |
resolve #1533 | |||
2022-11-02 | fix tests | 最萌小汐 | |
2022-11-02 | `---@see` use workspace-symbol | 最萌小汐 | |
#1344 | |||
2022-10-25 | completion checks visible | 最萌小汐 | |
#1316 | |||
2022-10-20 | ignore varargs | 最萌小汐 | |
if a function only has varargs and has `---@overload`, the varargs will be ignored resolve #1641 | |||
2022-10-20 | fix #1642 | 最萌小汐 | |
2022-10-20 | fix | 最萌小汐 | |
2022-10-12 | search fields by chain exp | 最萌小汐 | |
resolve #1222 | |||
2022-10-12 | cleanup | 最萌小汐 | |
2022-09-15 | fix #1439 | 最萌小汐 | |
2022-08-17 | pass tests | 最萌小汐 | |
2022-08-13 | fix #1451 | 最萌小汐 | |
2022-07-29 | fix #1403 | 最萌小汐 | |
2022-07-29 | fix #1395 | 最萌小汐 | |
2022-07-18 | #1255 completion for `doc.enum` | 最萌小汐 | |
2022-07-15 | resolve #1224 show comments for `doc.field` | 最萌小汐 | |
2022-07-05 | resolve #899 no longer generate parameter types | 最萌小汐 | |
with setting `completion.callSnippet` | |||
2022-06-27 | add unit tests for arrays | Kevin Hahn | |
2022-06-23 | fix completion in tablefield enums | 最萌小汐 | |
2022-06-22 | fix | 最萌小汐 | |
2022-06-09 | #1061 completion for `doc.type.code` | 最萌小汐 | |
2022-04-25 | add completion and semantic for `@cast` | 最萌小汐 | |
2022-04-19 | fix #1051 | 最萌小汐 | |
2022-04-19 | Revert "fix #3.1.1" | 最萌小汐 | |
This reverts commit 7657fefe4ab5b6ba7dcb7df7e766c115afa25787. | |||
2022-04-19 | fix #3.1.1 | 最萌小汐 | |
2022-04-16 | update hover | 最萌小汐 | |
2022-04-14 | cleanup | 最萌小汐 | |
2022-04-10 | fix repeated docname | 最萌小汐 | |
2022-04-09 | fix(completion): push (#1022) to 3.0 | kevinhwang91 | |
2022-04-08 | ref includes def | 最萌小汐 | |
2022-04-08 | Merge branch 'master' into 3.0 | 最萌小汐 | |
2022-04-06 | update | 最萌小汐 | |
2022-04-06 | feat(completion): use Lua code as snippet description | kevinhwang91 | |
2022-04-06 | Merge commit '63b360689f0c2c99a1ae410518f6866f49972f98' into 3.0 | 最萌小汐 | |
2022-04-05 | update | 最萌小汐 | |