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
Autocomplete should work, but not hover or go-to definition.
Note: zgui uses usingnamespace to bring all of the elements into main.zig. Removing this and putting everything into gui.zig and correcting the build.zig for this fixes the issue.
Expected Behavior
Hover and go-to to work just like autocomplete
Actual Behavior
Autocomplete works great but not hover/go-to.
The text was updated successfully, but these errors were encountered:
zig-gamedev just merged PR removing the usingnamespace usage, but it should be easy to repro, just using module and usingnamespace should cause the same issue.
Zig Version
0.11.0-dev.3323+706bdf651
Zig Language Server Version
5d53f01
Steps to Reproduce
Note: zgui uses
usingnamespace
to bring all of the elements intomain.zig
. Removing this and putting everything intogui.zig
and correcting thebuild.zig
for this fixes the issue.Expected Behavior
Hover and go-to to work just like autocomplete
Actual Behavior
Autocomplete works great but not hover/go-to.
The text was updated successfully, but these errors were encountered: