zed icon indicating copy to clipboard operation
zed copied to clipboard

rust: unexpected completion menu item order

Open kzhui125 opened this issue 1 year ago • 6 comments

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: image

VSCode: image

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

kzhui125 avatar Mar 14 '24 15:03 kzhui125

this and this are really major pain points for me when using zed, really hope these two issues gets fixed soon! :)

nesrve avatar Mar 14 '24 16:03 nesrve

Related to the previously closed #5013.

Moshyfawn avatar Mar 14 '24 17:03 Moshyfawn