#Intellisense

1 messages · Page 1 of 1 (latest)

modern ermine
#

I'm building a raylib project in zig (0.13.0) using raylib. On my laptop (macOS) i get code completion for both the standard library and raylib; however, on my desktop this isn't the case. On my windows desktop, only the standard library gives auto complete.

I used brew to install zig + zls on macos, and scoop on windows respectively. I hard-coded the zig and zls path in @ext:ziglang.vscode-zig (attached). I did the same thing on macOS (with the path to the homebrew location).

How do I get the raylib intellisense?

twilit jetty
modern ermine
#

first two worked... but:

modern ermine
twilit jetty
#

yeah definitely

modern ermine
#

zig build worked for me so im not sure what thats about

twilit jetty
#

you can try running the exact command it said it was running and see if that shows more info?

#

the zig build --build-runner ......

modern ermine
twilit jetty
#

run that

modern ermine
modern ermine
twilit jetty