-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supermaven is unusable in zed #13039
Comments
Yes, this completion to the end of the line without replacing or not repeating the end code makes it practically unusable. |
same issue, it makes the whole editor unresponsive as well, any help or suggestion most welcome. |
Same issue. This is the only one I'm waiting to go full zed. |
The tab is causing my some problems, I want to add tabs to insert code and it starts completing when I just want to add tab, this really needs some polishing. :) |
…ndustries#13884) Configures inline completions to delete the remaining text on the given line. This doesn't affect the github copilot inline completion provider since it seems to only generate suggestions if the cursor is at the end of the line but fixes the usability issues related to Supermaven. https://github.com/user-attachments/assets/1b8bc9a3-4666-4665-a436-96e4beee01bb Release Notes: - Fixed zed-industries#13039 --------- Co-authored-by: Antonio Scandurra <[email protected]> Co-authored-by: Conrad Irwin <[email protected]>
why is this closed? |
It even deletes the rest of my existing code when I accept a suggestion 370869449-2d662ba6-f11e-4ad3-930f-0fca4ed200e1.mov |
Check for existing issues
Describe the bug / provide steps to reproduce it
in vscode supermaven suggest completions at the end of the line and when you hit tab it replaces the whole line to the end.
Screen.Recording.2024-06-14.at.12.55.08.mov
but in zed suggestions is displayed in the middle of the line where the cursor at and when you hit tab it only inserts in the middle
Screen.Recording.2024-06-14.at.12.54.10.mov
this ergonomic issue makes supermavan unusable in zed because supermaven suggestions are too fast and my code jumps all the time
Environment
Zed: v0.141.0 (Zed Nightly 1248788)
OS: macOS 14.1.1
Memory: 32 GiB
Architecture: aarch64
If applicable, add mockups / screenshots to help explain present your vision of the feature
No response
If applicable, attach your
~/Library/Logs/Zed/Zed.log
file to this issue.No response
The text was updated successfully, but these errors were encountered: