-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Labels
A-completionautocompletionautocompletionBroken WindowBugs / technical debt to be addressed immediatelyBugs / technical debt to be addressed immediatelyC-bugCategory: bugCategory: bug
Description
rust-analyzer version : 2023-11-06
When I didn't import std::io::Write trait for TcpStream struct and I expect write() method for suggestion, but rust-analyzer only shows four methods.
If I add use::std::Write , It shows write() method for suggestions.
I use neovim and lsp-config and when I use vscode and rust-analyzer plugin, It does not work like neovim.
With intellij and jetbrain's rust plugin, It shows many other method for struct.
Metadata
Metadata
Assignees
Labels
A-completionautocompletionautocompletionBroken WindowBugs / technical debt to be addressed immediatelyBugs / technical debt to be addressed immediatelyC-bugCategory: bugCategory: bug