Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-24 | fix rename in library | 最萌小汐 | |
2024-01-24 | fix warnings | 最萌小汐 | |
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-24 | Merge pull request #2486 from fesily/plugin-OnNodeCompileFunctionParam | 最萌小汐 | |
Plugin on node compile function param | |||
2024-01-23 | Merge pull request #2489 from fesily/fix-guide-getParams | 最萌小汐 | |
fix guide.getParams | |||
2024-01-20 | remove unused | fesily | |
2024-01-19 | recode plugin interface | fesily | |
2024-01-18 | fix guide.getParams | fesily | |
2024-01-18 | Merge pull request #2488 from fesily/Never-sematic-virtual-ast-and-comment | 最萌小汐 | |
Never sematic virtual ast and comment | |||
2024-01-18 | Never sematic virtual ast and comment | fesily | |
2024-01-17 | Merge branch 'master' into generic-pattern1 | fesily | |
2024-01-17 | Merge branch 'master' into plugin-OnNodeCompileFunctionParam | fesily | |
2024-01-17 | Merge pull request #2481 from fesily/automatic-derivation-function-param-type | 最萌小汐 | |
Automatic derivation function param type | |||
2024-01-17 | Merge branch 'LuaLS:master' into plugin-OnNodeCompileFunctionParam | fesily | |
2024-01-17 | use func.parent.ref | fesily | |
2024-01-17 | plugin interface add OnNodeCompileFunctionParam | fesily | |
2024-01-17 | fix error | fesily | |
2024-01-17 | support multi plugins | fesily | |
2024-01-17 | doc param support generic pattern | fesily | |
2024-01-16 | compileLocal add async | fesily | |
2024-01-16 | automatic derivation function param type | fesily | |
2024-01-10 | fix error | fesily | |
2024-01-10 | fix crash bug | fesily | |
2024-01-10 | fix removeArg | 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-10 | Merge pull request #2464 from Varriount/patch-1 | 最萌小汐 | |
Pad `return` type annotations when required. | |||
2024-01-09 | cleanup | fesily | |
2024-01-09 | cleanup | fesily | |
2024-01-09 | plugin: add OnTransformAst interface | fesily | |
2024-01-05 | `FIX` rename to unicode with `Lua.runtime.unicodeName = true` | 最萌小汐 | |
2023-12-29 | Pad `return` type annotations when required. | Clay Sweetser | |
Place a space between `---` and `@return` when generating documentation for a function on a line like `--- `. This mimics how `@param` documentation is generated. | |||
2023-12-11 | Merge pull request #2445 from CppCXY/master | 最萌小汐 | |
support c like comments | |||
2023-12-11 | support c like comments | CppCXY | |
2023-11-25 | Add raw descriptions | NyakoFox | |
2023-11-23 | fix: `doc.type.function` resolve only existing arg.extends | d-enk | |
2023-11-14 | fix type infer in overload | 最萌小汐 | |
2023-11-08 | Fix backwards compatability with `Lua.workspace.checkThirdParty` | Rebecca Turner | |
I attempted to maintain backwards compatability in #2354 and #2406 but didn't fully understand the config type system. This approach uses `Type.Or` and I even tested it to confirm that it works! Thanks to @pysan3 for pointing out how a default would be used for invalid types and to @sumneko for pointing out `Type.Or`. | |||
2023-11-08 | Revert "Fix backwards compatability with `Lua.workspace.checkThirdParty`" | Rebecca Turner | |
This reverts commit 13a24eef2329cdc19008421666af51e50d6c0889. | |||
2023-11-07 | Fix backwards compatability with `Lua.workspace.checkThirdParty` | Rebecca Turner | |
I attempted to maintain backwards compatability in #2354 but didn't fully understand the config type system. | |||
2023-10-25 | update bee.net | 最萌小汐 | |
#2382 | |||
2023-10-24 | update bee.net | 最萌小汐 | |
2023-10-24 | update socket mode | 最萌小汐 | |
#2382 | |||
2023-10-18 | Make `workspace.checkThirdParty` a string enum | Rebecca Turner | |
This lets you skip the "apply third party library to workspace configuration" prompt. | |||
2023-10-18 | Merge pull request #2364 from 9999years/check-out-path | 最萌小汐 | |
Add `--check_out_path` CLI argument | |||
2023-10-10 | Add `--check_out_path` CLI argument | Rebecca Turner | |
This allows customizing where the diagnostic JSON file is saved. | |||
2023-10-10 | update utility | 最萌小汐 | |
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-31 | fix #2299 | 最萌小汐 | |