Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-23 | Update script/vm/compiler.lua | fesily | |
Co-authored-by: Lewis Russell <me@lewisr.dev> | |||
2024-02-21 | add infer function param type | fesily | |
2024-01-30 | support tuple type | lizho | |
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-20 | remove unused | fesily | |
2024-01-19 | recode plugin interface | fesily | |
2024-01-17 | Merge branch 'master' into plugin-OnNodeCompileFunctionParam | fesily | |
2024-01-17 | use func.parent.ref | fesily | |
2024-01-17 | plugin interface add OnNodeCompileFunctionParam | fesily | |
2024-01-16 | compileLocal add async | fesily | |
2024-01-16 | automatic derivation function param type | fesily | |
2023-11-23 | fix: `doc.type.function` resolve only existing arg.extends | d-enk | |
2023-11-14 | fix type infer in overload | 最萌小汐 | |
2023-08-16 | supports `---@enum (key)` | 最萌小汐 | |
2023-08-14 | fix warning | 最萌小汐 | |
2023-08-11 | fix stack overflow | 最萌小汐 | |
2023-08-11 | check nil | 最萌小汐 | |
2023-08-11 | local uses `nil` at least | 最萌小汐 | |
fix #2155 | |||
2023-08-11 | support `---@type` and `--[[@as]]` for return | 最萌小汐 | |
resolve #2144 | |||
2023-08-10 | support `@type` for `return` | 最萌小汐 | |
#2144 | |||
2023-08-10 | enable `as` table | 最萌小汐 | |
#2144 | |||
2023-08-09 | fix wrong hover and signature for method | 最萌小汐 | |
with varargs and overloads | |||
2023-08-01 | don't show constructor in hover | 最萌小汐 | |
2023-07-21 | fix missing fields | 最萌小汐 | |
2023-07-20 | improve completion label of table fields | 最萌小汐 | |
2023-07-20 | fix visible | 最萌小汐 | |
2023-07-19 | check visible recursive | 最萌小汐 | |
fix #2145 | |||
2023-07-17 | Resolve formatting | Sewbacca | |
Resolve member naming | |||
2023-07-17 | Extracted undefined global check | Sewbacca | |
2023-06-13 | completion for quoted fields | 最萌小汐 | |
fix #2088 | |||
2023-06-13 | bind overloads | 最萌小汐 | |
fix #2083 | |||
2023-06-01 | Update compiler.lua | fesily | |
2023-06-01 | getReturnOfSetMetaTable remove nil | fesily | |
2023-05-25 | special treat `__*` | 最萌小汐 | |
#2106 | |||
2023-05-23 | trace filter of `repeat` | 最萌小汐 | |
fix #2113 | |||
2023-05-22 | special searching for `__index` | 最萌小汐 | |
#2106 | |||
2023-04-25 | export name and comment in returns | 最萌小汐 | |
2023-03-29 | fix #2037 | 最萌小汐 | |
2023-03-27 | check operator `/`, `^` and `//` | 最萌小汐 | |
fix #2036 | |||
2023-03-22 | recover mark before return | 最萌小汐 | |
fix #2004 | |||
2023-03-13 | look into unions for operators | 最萌小汐 | |
fix #1996 | |||
2023-03-13 | infer unknown operation as unknown | 最萌小汐 | |
#1996 | |||
2023-03-09 | support `x or error(...)` | 最萌小汐 | |
fix #1945 | |||
2023-03-08 | fix #1928 | 最萌小汐 | |
2023-03-07 | search full refs for global | 最萌小汐 | |
fix #1914 | |||
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-15 | fix runtime error | 最萌小汐 | |
#1911 | |||
2023-02-13 | fix #1902 | 最萌小汐 | |
2023-02-10 | fix #1887 | 最萌小汐 | |
2023-02-10 | fix #1889 | 最萌小汐 | |