lua-language-server
lua-language-server copied to clipboard
A language server that offers Lua language support - programmed in Lua
1. 支持键入换行符时自动格式化之前行。 2. 支持自动填充不完整的语句的end 但是该特性并未通过typeformat测试,以及该特性还有这么几个顾虑: 1. 自动格式化之前行可能并不是用户期望的,比如用户使用别的格式化工具,和该特性的格式化结果冲突。 2. 用户担心该特性带来一定的性能开销,虽然实际上他的消耗最大也就单次格式化的总消耗,通过我的测试至少3万行以下的代码没有太大问题。 4. 用户无法接受typeformat带来的光标改变,虽然这种情况我没有发现太多。 5. 用户为其他语言开了typeOnFormat,但是并不想作用于lua。 所以该特性可能需要一定的限制。
(it's okay to close this if they're not possible, just wondering if they're possible) - (if possible) support for nice highlighting for `ffi.cdef([[]])`, not just the version without parens -...
### How are you using the lua-language-server? Visual Studio Code Extension (sumneko.lua) ### Which OS are you using? Windows ### What is the issue affecting? Type Checking ### Expected Behaviour...
### How are you using the lua-language-server? NeoVim ### Which OS are you using? Linux ### What is the issue affecting? Diagnostics/Syntax Checking ### Expected Behaviour No warnings reported ###...
### How are you using the lua-language-server? NeoVim ### Which OS are you using? Linux ### What is the issue affecting? Annotations ### Expected Behaviour No diagnostics warning ### Actual...
# The Problem I think function overloading needs some changes in order for it to really function in the way that most people would find useful. This is especially problematic...
### How are you using the lua-language-server? Visual Studio Code Extension (sumneko.lua) ### Which OS are you using? Windows ### What is the issue affecting? Annotations, Type Checking, Completion, Diagnostics/Syntax...
### How are you using the lua-language-server? Visual Studio Code Extension (sumneko.lua) ### Which OS are you using? Windows ### What is the issue affecting? Other ### Expected Behaviour ...
I've noticed that whenever workspace diagnostics happens it happens in one thread. It would be nice to have an option to run diagnostics in multiple threads.
Hello! So, I have Sumneko's LLS installed on my machine. When I run the bin file, it returned error. I checked I'm using armv8l processor. I checked release page, I...