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
/
core
/
completion
Age
Commit message (
Expand
)
Author
2022-04-03
feat(completion): truncate arguments for callSnippet
kevinhwang91
2022-04-03
fix formatting
Crollie Rollz
2022-04-03
fix(completion): call OOP emitter without colon syntax
Crollie Rollz
2022-04-03
fix(completion): OOP emitter should have `self` arg
Crollie Rollz
2022-03-02
improve completion
最萌小汐
2022-02-15
cleanup
最萌小汐
2022-02-09
cleanup
最萌小汐
2022-02-09
fix completion
最萌小汐
2022-02-08
Merge pull request #944 from kevinhwang91/improve-postfix
最萌小汐
2022-02-08
feat(postfix): reduce its priority and add templates
kevinhwang91
2022-02-08
reduced sorting priority for postfix completion
sumneko
2022-02-08
fix #937
sumneko
2022-01-23
show relative path in completion
sumneko
2022-01-23
get scoped files
sumneko
2022-01-23
fix
sumneko
2022-01-21
Avoid O(n^2) `require` computations
最萌小汐
2022-01-13
add detail for require name
最萌小汐
2022-01-12
improve completion speed
最萌小汐
2022-01-06
minor improve
最萌小汐
2022-01-06
update `isIncomplete`
最萌小汐
2022-01-04
dose not need `get_id` anymore
最萌小汐
2021-12-30
update
最萌小汐
2021-12-30
update
最萌小汐
2021-12-30
Merge remote-tracking branch 'origin/master' into multi-workspace
最萌小汐
2021-12-24
update
最萌小汐
2021-12-24
fix
最萌小汐
2021-12-24
disable cache in completion
最萌小汐
2021-12-21
Merge remote-tracking branch 'origin/master' into multi-workspace
sumneko
2021-12-21
fix runtime errors
最萌小汐
2021-12-15
`FIX` completion: incorrect cache
最萌小汐
2021-12-06
fix #842
最萌小汐
2021-12-02
Merge remote-tracking branch 'origin/master' into multi-workspace
sumneko
2021-12-02
fix postfix
最萌小汐
2021-11-27
split searcher
sumneko
2021-11-25
cleanup
最萌小汐
2021-11-24
postfix add `insert`, `remove`, `concat`
最萌小汐
2021-11-24
postifx supports `++` and `++?`
最萌小汐
2021-11-24
fix
最萌小汐
2021-11-24
resolve #655
最萌小汐
2021-11-24
@method
最萌小汐
2021-11-24
description
最萌小汐
2021-11-23
xpcall
最萌小汐
2021-11-23
make VSCode happy
最萌小汐
2021-11-23
make VSCode happy
最萌小汐
2021-11-23
cleanup
最萌小汐
2021-11-23
cleanup
最萌小汐