You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use a function via code completion, ZLS completes the parameter list as well. However, when I intend to pass the function itself to another function (rather than calling it), it still completes the parameter list.
Additionally, completion for struct literals adds an extra ; compared to other containers. This causes inconvenience when passing an anonymous type as a function argument. I consider this a bug, as other containers do not exhibit this behavior.
When I use a function via code completion, ZLS completes the parameter list as well. However, when I intend to pass the function itself to another function (rather than calling it), it still completes the parameter list.
Additionally, completion for struct literals adds an extra ; compared to other containers. This causes inconvenience when passing an anonymous type as a function argument. I consider this a bug, as other containers do not exhibit this behavior.