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
34.48k stars 1.71k forks source link

Supermaven is too fast #11422

Closed JosephTLyons closed 1 week ago

JosephTLyons commented 1 week ago

Check for existing issues

Describe the bug / provide steps to reproduce it

Supermaven is so fast that it is spamming on every keystroke. Some sort of debounce / throttling might be needed.

Also, Jacob mentioned:

One of the changes we’ll make next week is to limit the suggestions to only go to the end of the current line except when the user has just accepted a suggestion. We’ve found that helps a lot with making it less distracting

Note: Supermaven support is only available for internal testing within the Zed organization and has not been publicly released yet.

Environment

Zed: v0.135.0 (Zed Nightly 89039f6f34910fadce76c73258b731f0a016ccd6) OS: macOS 14.3.1 Memory: 64 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

d1y commented 1 week ago

I would like to know where to apply for internal testing qualifications? It's great for me to be able to use Zed's new features and improvements in advance ^:)

image

a-usr commented 1 week ago

I would like to know where to apply for internal testing qualifications? It's great for me to be able to use Zed's new features and improvements in advance ^:)

I think Supermaven is already included when building from source since i was able to see a crate called that when I compiled zed today

Just make sure you're on the latest commit before building.