CppCXY

Results 447 comments of CppCXY

I think inlayhint maybe better for `@override`: ![Image](https://github.com/user-attachments/assets/74e7a06d-0877-4094-9a5b-344faf2e9206)

I believe that too many peculiar syntaxes have been added to sumneko for various workarounds. This is neither consistent nor does it add cognitive burden. I think a better syntax...

I suggest you use VSCode with vscode-emmylua. If you don't want to switch IDEs, I recommend using intellij-emmylua2.

please report to https://github.com/EmmyLua/Intellij-EmmyLua2

unity插件已经不维护了, 建议你们切换到vscode

> My enum: > > Warning in usage: > This isn’t an error from luals. You probably have other Lua plugins installed, such as luahelper. These plugins can make the...

It means that a variable is considered mutable if it has been reassigned within its scope.

Because Lua doesn't have any unified specification for what a color should be, the approach used here is to convert strings in the format `#12345678` into colors in LSP.

I think you want: checking: But LuaLS does not support this.