Skip to content
New issue

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

No inlay hints/hover/completions for @"i d e n t" syntax #2023

Open
llogick opened this issue Sep 9, 2024 · 0 comments
Open

No inlay hints/hover/completions for @"i d e n t" syntax #2023

llogick opened this issue Sep 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@llogick
Copy link
Member

llogick commented Sep 9, 2024

Zig Version

ZLS Version

dd78968

Client / Code Editor / Extensions

Steps to Reproduce and Observed Behavior

/// For illustrative purposes only
const @"f u n n y" = struct {
    @"n a m e": @"f u n n y",
    @"struct": @"f u n n y",
};
test {
    const s: @"f u n n y" = .{ .@"n a m e" = .{ .@"struct" = .{} } };
    s.@"n a m e" = .{ .@"struct" = .{ .@"n a m e" = .{ .@"struct" = .{} } } };
}

Cheat sheet for the eager: master...llogick:zls:llogick/at-ident-syntax-fixes

Expected Behavior

Relevant log output

No response

@llogick llogick added the bug Something isn't working label Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant