CppCXY
CppCXY
Currently not available, I might implement it in the future as I am busy with my own language server implementation.
Then I think it would be better to add a tag called schema with the syntax `---@schema *.busted`. You need to note that LSP clients usually only send files with...
Additionally, based on the current maintenance situation, no one will come to add this feature. LuaLS has effectively stopped updating for some time now.
What plugin do you currently use to access EmmyLuaCodeStyle formatting
I've added the option `call_arg_parentheses=always` before, but it's not release
lua-ls is not used through CLI; it is compiled from source and used as a lua-lib.
> Can you please confirm that the latest `master` should have this feature, or is it in some development branch? I don't branch unless it's an important update
I have been updating my own language server, so I have been somewhat neglecting updates for this project. If you are interested, you can follow [my own language server](https://github.com/CppCXY/EmmyLuaAnalyzer).
> Thanks for pointing that out, though I heavily rely on autogenerated `.luarc.json`s to set up the load path correctly. And I do not have the time to spare currently...
add `---@format disable-next` : ``` ---@format disable-next if off == 0 then return mid elseif off < 0 then hi = mid - 1 else lo = mid + 1...