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
nvim-cmp provides auto-completion support. During development, there are often many completion items with the same name, making it difficult to distinguish them. Once a completion item is selected, the crate will be automatically imported, which I suspect is handled by the LSP. If I can obtain the crate information that the completion item is going to import, such as std::io::write, it will be much easier to distinguish completion items with the same name.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
nvim-cmp provides auto-completion support. During development, there are often many completion items with the same name, making it difficult to distinguish them. Once a completion item is selected, the crate will be automatically imported, which I suspect is handled by the LSP. If I can obtain the crate information that the completion item is going to import, such as
std::io::write
, it will be much easier to distinguish completion items with the same name.Beta Was this translation helpful? Give feedback.
All reactions