Improve auto-completion suggestions #26339
domokopter
started this conversation in
Feature Ideas / Enhancements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’ve noticed a key difference in how auto-completion behaves between
nvim-cmp
in Neovim and Zed, as shown in the images below:nvim-cmp
:zed
:In
nvim-cmp
, the top suggestion is the defined variablenums
, which feels intuitive because it prioritizes variables and elements relevant to the current scope. In contrast, Zed’s suggestions don’t seem to follow the same logic, and I’ve observed this behavior across multiple languages—not just C++.I’d love to see Zed adopt a sorting approach similar to
nvim-cmp
’s, which I consider one of the best auto-completion experiences I’ve encountered across editors.Beta Was this translation helpful? Give feedback.
All reactions