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.2638+04c9f50ae
0.14.0-dev.345+f7888fc7
No response
pub fn main() void { foo(.<cursor>); } fn foo(_: E) void {} const E = enum { tag, const decl: E = .tag; };
request completions, only .tag is given. not sure if this is a different code path at all but also affects builtins/function-like keywords
.tag
both tag and decl should be provided as is done with variable assignment
tag
decl
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Zig Version
0.14.0-dev.2638+04c9f50ae
ZLS Version
0.14.0-dev.345+f7888fc7
Client / Code Editor / Extensions
No response
Steps to Reproduce and Observed Behavior
request completions, only
.tag
is given. not sure if this is a different code path at all but also affects builtins/function-like keywordsExpected Behavior
both
tag
anddecl
should be provided as is done with variable assignmentRelevant log output
No response
The text was updated successfully, but these errors were encountered: