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
Can you provide a stand-alone example that triggers this behavior? e.g. an open source repo, a minimal reproduction example file and instructions of what to type where so that I can try and reproduce.
I also want to point you in the direction of debug: open language server log from the command palette. From there you can open the rust-analyzer RPC logs and see what data Zed is getting in the textDocument/completion response.
running rustup default nightly to switch to newer rust-analyzer version
pubfntest(){let x = vec![1,2,3];
x.iter}
This is related to rust-lang/rust-analyzer#18992, I think zed assumes function/method only has one pair, in other words, there is no look ahead for possible function chains when reconstruct the label.
Summary
iShot_2025-02-15_13.09.52.mp4
all the inter().METHOD's METHOD is missing, in this video,
find
Zed Version and System Specs
Zed: v0.173.10 (Zed)
OS: macOS 14.6.1
Memory: 32 GiB
Architecture: aarch64
The text was updated successfully, but these errors were encountered: