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
/
parser
Age
Commit message (
Collapse
)
Author
2021-02-26
improve ipairs
最萌小汐
2021-02-26
improve infer cross `pairs`
最萌小汐
2021-02-26
improve type_infer
最萌小汐
2021-02-26
improve generic across `fun(arg: T):T`
最萌小汐
2021-02-26
find generic cross doc.function.args
最萌小汐
2021-02-25
improve infer cross `table<K, V>`
最萌小汐
2021-02-25
improve hover of `table<K, V>`
最萌小汐
2021-02-24
improve infer cross `ipairs`
最萌小汐
2021-02-23
improve doc.type.table
最萌小汐
2021-02-23
fix #406 dont cache infer when not deep
最萌小汐
2021-02-22
fix interface not show after `,`
最萌小汐
2021-02-22
fix runtime errors
最萌小汐
2021-02-20
close #254 supports multiple class inheritance
最萌小汐
2021-02-20
fix #396 fix check of string and remove limit
最萌小汐
2021-02-20
special handling builtin types
最萌小汐
2021-02-20
fix #392 `LuaDoc`: revert compatible with `--@`
最萌小汐
2021-02-19
fix #349 parse comments before `doc.resume`
最萌小汐
2021-02-19
fix test
最萌小汐
2021-02-18
missed syntax error `f() = 1`
最萌小汐
2021-02-09
check lock when pushing
最萌小汐
2021-02-08
add some doc
最萌小汐
2021-02-08
fix #382 increase queue limit
最萌小汐
2021-02-08
fix #381 more correct caching
最萌小汐
2021-02-04
fix runtime errors
最萌小汐
2021-02-04
always globalCache
最萌小汐
2021-02-04
fix cache
最萌小汐
2021-02-04
fix #356
最萌小汐
2021-02-02
`LuaDoc` compatible with `--@`
最萌小汐
2021-02-01
function is literal
最萌小汐
2021-01-27
fix endless loop
最萌小汐
2021-01-27
fix depth limit
最萌小汐
2021-01-27
improve performance
最萌小汐
2021-01-27
What? Dose not check setmetatable?
最萌小汐
2021-01-27
performance optimization
最萌小汐
2021-01-27
performance issue
最萌小汐
2021-01-27
fix #363
最萌小汐
2021-01-26
fix #361
最萌小汐
2021-01-26
fix
最萌小汐
2021-01-25
fix #359
最萌小汐
2021-01-22
stash
最萌小汐
2021-01-20
Merge pull request #340 from uhziel/doc-type-table
最萌小汐
添加对 EmmyLua table type 的支持
2021-01-07
#347 unlimited call chains
最萌小汐
2021-01-05
improve performance
最萌小汐
2021-01-05
通过扩展 getArrayLevel 来找到层级
Lei Zhu
2021-01-05
Merge branch 'doc-type-table' of ↵
Lei Zhu
https://github.com/uhziel/lua-language-server into doc-type-table
2021-01-05
原生API不要去判名字,用 special 字段来判断,这样支持 ↵
Lei Zhu
local ipairs = ipairs 的情况
2021-01-05
guess `self`
最萌小汐
2021-01-04
new folding
最萌小汐
2021-01-04
Merge branch 'master' into doc-type-table
uhziel
2021-01-04
@type table 支持 for pairs()、ipairs()
Lei Zhu
[next]