Autocompletions show no import paths, as they did before
Check for existing issues
- [X] Completed
Describe the bug / provide steps to reproduce it
As shown here for Rust, the only import path shown is for the local crate in the workspace.
Environment
Zed: v0.142.5 (Zed) OS: macOS 14.5.0 Memory: 64 GiB Architecture: aarch64
If applicable, add mockups / screenshots to help explain present your vision of the feature
There are numerous issues that mention this but after a quick glance to me it looks like most are dismissed as "missing features" and closed in favor of other issues, but that is wrong. The import paths were displayed before, and they're not anymore, this is a regression.
- https://github.com/zed-industries/zed/issues/10204
- https://github.com/zed-industries/zed/issues/4457
- https://github.com/zed-industries/zed/issues/10075
- https://github.com/zed-industries/zed/issues/7099
- https://github.com/zed-industries/zed/issues/4457
If applicable, attach your ~/Library/Logs/Zed/Zed.log file to this issue.
Zed.log
Hey, thanks for the report. This has already been fixed in https://github.com/zed-industries/zed/pull/13797 and should be out on Stable in 2 weeks IIRC.
Awesome thank you @osiewicz!
@osiewicz when is this hitting preview? It still doesn't work for me.
It should already be on Preview. Can you share a minimal reproduction case where you'd expect to see import path in completions, but it's not there?
This is latest preview version. I don't know how this works but looks like functions don't show import paths while structs do?
Issue is still occurring on version 59ce353
I landed another round of improvements in https://github.com/zed-industries/zed/pull/14490
I'm running 144.3 now and still can't see import paths. Maybe it's still not on preview?
@stjepangolemac new Preview builds are released on Wednesday so yeah, it'll be on Preview today (in 8 hours or so)
Just checked and it works now. Thank you!