zls
zls copied to clipboard
Completing a builtin with a `(` after the identifier adds extra `@`
Zig Version
0.12.0-dev.1369+a09ba455c
Zig Language Server Version
0.12.0-dev.228+aa9fc0c
Steps to Reproduce
@int<cursor>()
// Type F and complete @intFromBool
@intF<cursor>()
Expected Behavior
@intFromBool()
Actual Behavior
@@intFromBool()
caused by #1346