Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-11 | 支持根据参数类型选择函数定义 | 最萌小汐 | |
2024-05-11 | 整理代码 | 最萌小汐 | |
2024-05-11 | 暂存-转到实现 | 最萌小汐 | |
2024-04-23 | 提交崩溃测试 | 最萌小汐 | |
2024-04-18 | `merge` 改叫 `partial` | 最萌小汐 | |
2024-04-18 | 补充测试和更新说明 | 最萌小汐 | |
2024-04-18 | 如果有 merge 属性,则跳过 `duplicate-doc-alias` 检查 | 最萌小汐 | |
2024-04-18 | 支持多个enum合并 | 最萌小汐 | |
2024-04-17 | 修正 `discard-returns` 对条件的误报 | 最萌小汐 | |
2024-04-17 | 修复测试 | 最萌小汐 | |
2024-04-17 | thread.sleep 改成毫秒 | 最萌小汐 | |
2024-03-25 | Detect discard-returns in all block types | Jakub | |
2024-03-18 | Merge branch 'master' into generic-pattern1 | fesily | |
2024-02-26 | Merge pull request #2541 from fesily/automatic-infer-function-param-type | 最萌小汐 | |
update test | |||
2024-02-26 | update test | fesily | |
2024-02-26 | platform.OS -> platform.os | actboy168 | |
2024-02-21 | Merge branch 'master' into generic-pattern1 | fesily | |
2024-02-21 | add infer function param type | fesily | |
2024-02-19 | Merge pull request #2505 from lizho/master | 最萌小汐 | |
support tuple type | |||
2024-02-01 | Merge pull request #2502 from emmericp/luadoc-groups | 最萌小汐 | |
Add group param for luadoc generated by plugins | |||
2024-02-01 | Add --visualize command that outputs the AST of a given file as graphviz | Paul Emmerich | |
2024-01-30 | support tuple type | lizho | |
2024-01-28 | Add group param for luadoc generated by plugins | Paul Emmerich | |
This allows binding multiple generated luadoc annotations to a single node easily by explicitly specifying their bind group. | |||
2024-01-24 | Revert "Merge pull request #2481 from ↵ | 最萌小汐 | |
fesily/automatic-derivation-function-param-type" This reverts commit 34319c7990cba47ddc00e77aabfccbb923f84e26, reversing changes made to ef7157c450254b0ee447960b0cb06d6f1b0dbaaa. | |||
2024-01-19 | recode plugin interface | fesily | |
2024-01-17 | Merge branch 'master' into generic-pattern1 | fesily | |
2024-01-17 | Merge branch 'master' into plugin-OnNodeCompileFunctionParam | fesily | |
2024-01-17 | fix test | fesily | |
2024-01-17 | format | fesily | |
2024-01-17 | add test | fesily | |
2024-01-17 | doc param support generic pattern | fesily | |
2024-01-16 | automatic derivation function param type | fesily | |
2024-01-10 | cleanup | fesily | |
2024-01-10 | Merge branch 'LuaLS:master' into plugin-add-OnTransformAst | fesily | |
2024-01-10 | astHelper: addParamTypeDoc | fesily | |
2024-01-10 | Merge pull request #2472 from fesily/plugin-add-OnTransformAst | 最萌小汐 | |
plugin: add OnTransformAst interface | |||
2024-01-09 | plugin: add OnTransformAst interface | fesily | |
2023-11-14 | fix type infer in overload | 最萌小汐 | |
2023-10-07 | pause diagnostic in tests | 最萌小汐 | |
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-24 | fix wrong uri in test | 最萌小汐 | |
2023-08-23 | support `---@class (exact)` | 最萌小汐 | |
#1990 | |||
2023-08-22 | fix wrong `missing-fields` with union types | 最萌小汐 | |
fix #2252 | |||
2023-08-16 | supports `---@enum (key)` | 最萌小汐 | |
2023-08-14 | fix warning | 最萌小汐 | |
2023-08-14 | check `doc.field` | 最萌小汐 | |
#1990 | |||
2023-08-14 | also check `doc.type.table` | 最萌小汐 | |
2023-08-11 | stash | 最萌小汐 | |
2023-08-11 | fix stack overflow | 最萌小汐 | |
2023-08-11 | local uses `nil` at least | 最萌小汐 | |
fix #2155 |