Results 3 comments of Srdjan Veljkovic

> package:set_kind values is library/binary/toolchain Please reference https://github.com/xmake-io/xmake-repo/blob/43c6b0306ee6fe70f53b3749d85952fe1a69a46e/packages/y/yyjson/xmake.lua#L47 The `target()` of my library has `set_kind(static)`, just like in the link you provided, and that's fine. The problem is that I...

> I suppose it's a xmake language server that you are looking for. But I'm afraid you can only remember this syntax and api usage for the time being. Also,...

> There is a language server in development which checks for this case already. But it is still in development and you will get alot of incorrect warnings. https://github.com/CppCXY/xmake_ls That's...