summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-30fix LSP crashes when parsing tupleslizho
2024-01-30support tuple typelizho
2024-01-28Add group param for luadoc generated by pluginsPaul Emmerich
This allows binding multiple generated luadoc annotations to a single node easily by explicitly specifying their bind group.
2024-01-24update changelog最萌小汐
2024-01-24fix rename in library最萌小汐
2024-01-24fix warnings最萌小汐
2024-01-24Revert "Merge pull request #2481 from ↵最萌小汐
fesily/automatic-derivation-function-param-type" This reverts commit 34319c7990cba47ddc00e77aabfccbb923f84e26, reversing changes made to ef7157c450254b0ee447960b0cb06d6f1b0dbaaa.
2024-01-24Merge pull request #2497 from deathlyfrantic/patch-1最萌小汐
Add `table.move()` to LuaJIT compatibility
2024-01-24Add `table.move()` to LuaJIT compatibilityzandr
LuaJIT supports `table.move()`: https://luajit.org/extensions.html#lua53
2024-01-24Merge pull request #2486 from fesily/plugin-OnNodeCompileFunctionParam最萌小汐
Plugin on node compile function param
2024-01-23Merge pull request #2489 from fesily/fix-guide-getParams最萌小汐
fix guide.getParams
2024-01-20remove unusedfesily
2024-01-19recode plugin interfacefesily
2024-01-18fix guide.getParamsfesily
2024-01-18Merge pull request #2488 from fesily/Never-sematic-virtual-ast-and-comment最萌小汐
Never sematic virtual ast and comment
2024-01-18Never sematic virtual ast and commentfesily
2024-01-17Merge branch 'master' into plugin-OnNodeCompileFunctionParamfesily
2024-01-17Merge pull request #2481 from fesily/automatic-derivation-function-param-type最萌小汐
Automatic derivation function param type
2024-01-17fix testfesily
2024-01-17Merge branch 'LuaLS:master' into plugin-OnNodeCompileFunctionParamfesily
2024-01-17Merge pull request #2485 from fesily/support-multi-plugins最萌小汐
support multi plugins
2024-01-17use func.parent.reffesily
2024-01-17formatfesily
2024-01-17add testfesily
2024-01-17plugin interface add OnNodeCompileFunctionParamfesily
2024-01-17fix errorfesily
2024-01-17support multi pluginsfesily
2024-01-16compileLocal add asyncfesily
2024-01-16automatic derivation function param typefesily
2024-01-10Merge pull request #2474 from fesily/plugin-add-OnTransformAst最萌小汐
astHelper: addParamTypeDoc
2024-01-10fix errorfesily
2024-01-10fix crash bugfesily
2024-01-10fix removeArgfesily
2024-01-10cleanupfesily
2024-01-10Merge branch 'LuaLS:master' into plugin-add-OnTransformAstfesily
2024-01-10astHelper: addParamTypeDocfesily
2024-01-10Merge pull request #2473 from CppCXY/master最萌小汐
update format 1.4.3
2024-01-10Merge pull request #2472 from fesily/plugin-add-OnTransformAst最萌小汐
plugin: add OnTransformAst interface
2024-01-10update format 1.4.3CppCXY
2024-01-10Merge pull request #2464 from Varriount/patch-1最萌小汐
Pad `return` type annotations when required.
2024-01-10Merge pull request #2459 from Bilal2453/patch-1最萌小汐
bit meta: tohex returns a string
2024-01-09cleanupfesily
2024-01-09cleanupfesily
2024-01-09plugin: add OnTransformAst interfacefesily
2024-01-053.7.4最萌小汐
2024-01-05`FIX` rename to unicode with `Lua.runtime.unicodeName = true`最萌小汐
2023-12-29Pad `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-26bit meta: tohex returns a stringBilal Bassam
2023-12-24Merge pull request #2454 from Leafx-code/master最萌小汐
translated some options to zh-cn
2023-12-23translated some optionsLeafx-code