zed
zed copied to clipboard
rust: unexpected completion menu item order
Check for existing issues
- [X] Completed
Describe the bug / provide steps to reproduce it
pub struct Test {
s_word: String,
word_dictionary: String,
}
impl Test {
pub fn f1(&self) {
self.w
}
}
Zed:
VSCode:
I expect word_dictionary to be the first choice.
Environment
Zed: v0.126.2 (Zed) OS: macOS 14.4.0 Memory: 32 GiB Architecture: aarch64
If applicable, add mockups / screenshots to help explain present your vision of the feature
No response
If applicable, attach your ~/Library/Logs/Zed/Zed.log file to this issue.
No response
this and this are really major pain points for me when using zed, really hope these two issues gets fixed soon! :)
Related to the previously closed #5013.