All of std
should be fully auto-completable by tools like zls
#14209
Labels
bug
Observed behavior contradicts documented or intended behavior
Zig Version
0.11.0-dev.1095+8bd734d60
Steps to Reproduce and Observed Behavior
std.os.sockaddr
Video:
out.mp4
Expected Behavior
All of
std
should be fully auto-completable from the text editor.When you use Rust, completions work relatively consistently. In-editor feedback reports when the wrong number of arguments are passed to a function. It doesn't take more than a second or two to update the red squiggly lines. This improves developer productivity.
Video:
socket.mp4
When you use Go, completions work too.
out.mp4
The text was updated successfully, but these errors were encountered: