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
/
test
Age
Commit message (
Collapse
)
Author
2021-03-17
completion: improve `then .. end`
最萌小汐
2021-03-17
close #442 supports multi-line comment
最萌小汐
2021-03-17
completion: field in table
最萌小汐
2021-03-16
cleanup code
最萌小汐
2021-03-16
close #407 improve completion of vararg
最萌小汐
2021-03-16
search across vararg
最萌小汐
2021-03-16
pass test
最萌小汐
2021-03-16
#407 check left symbol as field
最萌小汐
2021-03-15
diagnostic: improve `newline-call`
最萌小汐
2021-03-15
#close 289
最萌小汐
2021-03-15
move `parser/guide.lua` to `core/guide.lua`
最萌小汐
2021-03-12
dont search beSet in set
最萌小汐
2021-03-11
some fix
最萌小汐
2021-03-11
stash
最萌小汐
2021-03-09
type-formating: improve execution conditions
最萌小汐
2021-03-09
type-formating
最萌小汐
2021-03-09
#420 provide `then .. end` snippet
最萌小汐
2021-03-09
improve didChange
最萌小汐
2021-03-08
fix #445
最萌小汐
2021-03-08
fix #443
最萌小汐
2021-03-08
new diag: `unknown-diag-code`
最萌小汐
2021-03-08
`LuaDoc` supports `---@diagnostic disable`
最萌小汐
2021-03-05
stash
最萌小汐
2021-03-04
first try of auto end
最萌小汐
2021-03-03
#436 cannot ignore case in non-Windows platforms
最萌小汐
2021-03-03
#435 treat `V[]` as `table<integer, V>` in `pairs`
最萌小汐
2021-03-01
dont infer `x()` as function
最萌小汐
2021-03-01
fix #422 search ref across `doc.return`
最萌小汐
2021-03-01
fix #421 keep order
最萌小汐
2021-03-01
kick class extends
最萌小汐
2021-03-01
#398 fix didChange at eof
最萌小汐
2021-03-01
always sort
最萌小汐
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-26
fix #426 fix tests
最萌小汐
2021-02-25
improve infer cross `table<K, V>`
最萌小汐
2021-02-25
improve hover of `table<K, V>`
最萌小汐
2021-02-24
fix completion inside ipairs
最萌小汐
2021-02-24
#419 remove trigger char `\n` for now, see #401
最萌小汐
2021-02-24
improve infer cross `ipairs`
最萌小汐
2021-02-23
improve completion as tableindex
最萌小汐
2021-02-23
improve completion of field and table
最萌小汐
2021-02-23
improve doc.type.table
最萌小汐
2021-02-23
checks function only
最萌小汐
2021-02-23
`duplicate-set-field` add excludes
最萌小汐
2021-02-23
close #415 new diagnostic: `duplicate-set-field`
最萌小汐
2021-02-23
fix #406 dont cache infer when not deep
最萌小汐
[next]