I’m a relatively new user… Have used cursor mostly effectively in python and rust, which led me to upgrade to a premium account. Yet when I tried to use it with zig recently, it kept proposing via tab completion nicely written zig code which referred to zig stdlib api calls which were reasonable but just don’t exist: like std.fs.unzip and std.fs.extractTar
Clearly zig is a very early stage language, so I wasn’t expecting cursor to do wonderfully in this case, but I do have the zig extensions installed along with zls
(zig language server) installed, so presumably what is possible and not possible in the current 0.13
zig api should be accessible to cursor, but somehow it is not using that information.