We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.14.0-dev.365+6a16b27
0.14.0-dev.2802+257054a14
VSCodium 1.94.2 with vscode-zig v0.6.4
root.zig
mod.zig
Hello
World
/// root.zig const mod = @import("mod.zig"); test { mod.<request code completions here> }
/// mod.zig pub const Hello = struct {};
Show World as the completion item.
ZLS should use workspace/didChangeWatchedFiles to be notified about changed files.
The text was updated successfully, but these errors were encountered:
Thanks, for the record I'm the one who brought it up on Discord, I'm happy to help with extra diagnostics etc. if needed.
I found this with neovim v0.10.3 AppImage running on Debian 12.
(Although I see that @Techatrix has already done a great job with the report :) )
Sorry, something went wrong.
No branches or pull requests
Zig Version
0.14.0-dev.365+6a16b27
ZLS Version
0.14.0-dev.2802+257054a14
Client / Code Editor / Extensions
VSCodium 1.94.2 with vscode-zig v0.6.4
Steps to Reproduce and Observed Behavior
root.zig
in the editor (don't openmod.zig
)root.zig
which will showHello
👍mod.zig
in a different editor instance, changeHello
toWorld
.root.zig
which will still showHello
👎Expected Behavior
Show
World
as the completion item.ZLS should use workspace/didChangeWatchedFiles to be notified about changed files.
Relevant log output
The text was updated successfully, but these errors were encountered: