Does Zed support auto-complete suggestions from other open buffers? #34518
Unanswered
L1sa5iL
asked this question in
Help and General Q&A
Replies: 1 comment 1 reply
-
Referencing the MR which implemented word-based completions: #26410 and the doc section: https://zed.dev/docs/configuring-zed?highlight=completions#completions From this it does not seem to be supported at the moment. The original issue seems to contain some work-around before 26410 was merged. Perhaps some of these still work and can provide cross-buffer completions? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I recently started using Zed and am still exploring its features.
I noticed that in VS Code and Neovim, you can get auto-complete suggestions from other open files or buffers. But in Zed, it looks like it only uses the current buffer. Any chance Zed could support cross-buffer completion like those editors?
Beta Was this translation helpful? Give feedback.
All reactions