You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Recently while using this library I noticed that the zig LSP was unable to find any of the function signatures for autocompletion. The type for the Raylib include is unknown and there are no autocomplete. I have included screenshots of both of these things below.
while searching for solutions I found another person who uploaded a youtube video had the same issue.
Seems to be related to zigtools/zls#1218, but we can't just remove the usingamespace, because the function definitions are generated by a script. I'll look into possible restructuring of how the library files are created to avoid this issue
Hello! Recently while using this library I noticed that the zig LSP was unable to find any of the function signatures for autocompletion. The type for the Raylib include is unknown and there are no autocomplete. I have included screenshots of both of these things below.
while searching for solutions I found another person who uploaded a youtube video had the same issue.
here is that video with the timestamp included.
I am using the stock LSP plugin for vscode and the latest stable release of zig. Any help is appreciated; thanks!
The text was updated successfully, but these errors were encountered: