zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
47.3k stars 2.74k forks source link

Inline completions as code completions #16488

Open Folamh opened 1 month ago

Folamh commented 1 month ago

Check for existing issues

Describe the feature

I would like if we could make inline completions appear in the code completion box. There is an example of this for nvim through https://github.com/zbirenbaum/copilot-cmp. I get less distracted by the suggestions and I can get both lsp suggestions and suggestions from copilot.

If applicable, add mockups / screenshots to help present your vision of the feature

image

whazor commented 1 week ago

Please consider utilizing the LSP Inline Completion Request to allow multiple extension to provide this functionality.