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
Age
Commit message (
Expand
)
Author
2021-01-04
completion: show words in string
最萌小汐
2021-01-04
folding LuaDoc
最萌小汐
2021-01-04
dont provide words after ---@
最萌小汐
2021-01-04
fix #341
最萌小汐
2021-01-04
new folding
最萌小汐
2021-01-04
fix
最萌小汐
2021-01-04
completion: improve workspace words
最萌小汐
2021-01-04
workspace: supports `.dll`(`.so`) in `require`
最萌小汐
2021-01-04
fix #339
最萌小汐
2020-12-31
close #311 generate function documentation
最萌小汐
2020-12-31
clean up code
最萌小汐
2020-12-31
completion: show words in comment
最萌小汐
2020-12-31
completion workspace word
最萌小汐
2020-12-30
fix
最萌小汐
2020-12-30
use vm level cache
最萌小汐
2020-12-29
performance optimization
最萌小汐
2020-12-29
Revert "table hover use def fields"
最萌小汐
2020-12-29
table hover use def fields
最萌小汐
2020-12-29
clean up code
最萌小汐
2020-12-29
clean up code
最萌小汐
2020-12-28
add `vm.getDefFields`
最萌小汐
2020-12-28
fix #327
最萌小汐
2020-12-24
set tracy
最萌小汐
2020-12-23
Merge pull request #322 from uhziel/undefined-field-donot-check-table
最萌小汐
2020-12-23
undefined-field不要检测类型为table的,会出现很多误报
Lei Zhu
2020-12-22
close #319 close-non-object
最萌小汐
2020-12-22
#282
最萌小汐
2020-12-22
update locale
最萌小汐
2020-12-22
#317 support nonstandard symbol
最萌小汐
2020-12-22
fix
最萌小汐
2020-12-21
fix
最萌小汐
2020-12-19
fix #310
最萌小汐
2020-12-18
some fixs
最萌小汐
2020-12-18
fix #267
最萌小汐
2020-12-17
close #308 completion: use custom tabsize
最萌小汐
2020-12-17
some fix
最萌小汐
2020-12-16
#306 fix quickfix: `newline-call` failed
最萌小汐
2020-12-16
#306
最萌小汐
2020-12-16
Merge pull request #305 from uhziel/config-diagnostic-needFileStatus
最萌小汐
2020-12-16
config.diagnostics.neededFileStatus支持vscode配置
uhziel
2020-12-16
decrease priority of 'undefined-field'
最萌小汐
2020-12-16
close #300
最萌小汐
2020-12-16
wrong test
最萌小汐
2020-12-15
Merge pull request #303 from uhziel/config-diagnostic-needFileStatus
最萌小汐
2020-12-15
指定诊断类型可以配置只分析打开的文件还是全项目,初...
uhziel
2020-12-15
提升undefined-field速度,寻找fields改为只会查找定义的 getFiel...
uhziel
2020-12-15
还是去除 deep=0
uhziel
2020-12-15
Merge branch 'master' into diagnostic-undefined-field
uhziel
2020-12-15
优化发现的细节问题,vm.getField() 改为带deep=0,不然会出现...
uhziel
2020-12-14
fix completion require path
最萌小汐
[next]