index
:
lua-language-server
fix/honour_configuration_capability
fix/honour_configuration_capability-3.10.3
fix/honour_configuration_capability-3.7.3
fix/honour_configuration_capability-3.7.4
fix/honour_configuration_capability-3.9.3
fix/honour_configuration_capability-master
master
A language server that offers Lua language support - programmed in Lua
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
script
/
vm
Age
Commit message (
Expand
)
Author
2024-02-23
Update script/vm/compiler.lua
fesily
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-pa...
最萌小汐
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
最萌小汐
2023-08-11
support `---@type` and `--[[@as]]` for return
最萌小汐
2023-08-10
support `@type` for `return`
最萌小汐
2023-08-10
enable `as` table
最萌小汐
2023-08-09
fix wrong hover and signature for method
最萌小汐
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
最萌小汐
2023-07-17
Resolve formatting
Sewbacca
2023-07-17
Extracted undefined global check
Sewbacca
2023-06-13
completion for quoted fields
最萌小汐
2023-06-13
bind overloads
最萌小汐
2023-06-01
Update compiler.lua
fesily
2023-06-01
getReturnOfSetMetaTable remove nil
fesily
2023-05-25
special treat `__*`
最萌小汐
2023-05-23
trace filter of `repeat`
最萌小汐
2023-05-22
special searching for `__index`
最萌小汐
2023-04-25
export name and comment in returns
最萌小汐
2023-03-29
fix #2037
最萌小汐
2023-03-27
check operator `/`, `^` and `//`
最萌小汐
2023-03-22
recover mark before return
最萌小汐
2023-03-13
look into unions for operators
最萌小汐
2023-03-13
infer unknown operation as unknown
最萌小汐
2023-03-09
support `x or error(...)`
最萌小汐
2023-03-08
fix #1928
最萌小汐
2023-03-07
search full refs for global
最萌小汐
2023-03-02
Array of a class type does not get completion #1940
jharajeev55
2023-02-15
fix runtime error
最萌小汐
2023-02-13
fix #1902
最萌小汐
2023-02-10
fix #1887
最萌小汐
2023-02-10
fix #1889
最萌小汐
[next]