zls icon indicating copy to clipboard operation
zls copied to clipboard

Completing a builtin with a `(` after the identifier adds extra `@`

Open Vexu opened this issue 2 years ago • 1 comments

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()

Vexu avatar Nov 08 '23 21:11 Vexu

caused by #1346

Techatrix avatar Nov 16 '23 20:11 Techatrix