Find a file
Kirill Bulatov 3d2fa72d1f
Make word completions less intrusive (#36745)
Introduce `min_words_query_len` threshold for automatic word completion
display, and set it to 3 by default.

Re-enable word completions in Markdown and Plaintext.

Release Notes:

- Introduced `min_words_query_len` threshold for automatic word
completion display, and set it to 3 by default to make them less
intrusive
2025-08-22 13:58:17 +00:00
.cargo windows: Publish nightly (#24800) 2025-07-09 08:57:03 +08:00
.cloudflare
.config emmet: Extract to zed-extensions/emmet repository (#36323) 2025-08-16 17:02:51 +00:00
.github ci: Switch from ubuntu-latest to namespace (2) (#36702) 2025-08-21 13:21:37 -04:00
.zed Ensure *.json recognized as JSONC if checkout folder not zed (#34289) 2025-07-11 14:25:09 +00:00
assets Make word completions less intrusive (#36745) 2025-08-22 13:58:17 +00:00
crates Make word completions less intrusive (#36745) 2025-08-22 13:58:17 +00:00
docs Make word completions less intrusive (#36745) 2025-08-22 13:58:17 +00:00
extensions Fix clippy::redundant_clone lint violations (#36558) 2025-08-20 12:20:13 +02:00
legal ci: Check for broken links (#30844) 2025-06-06 09:39:35 +00:00
nix Use IBM Plex Sans / Lilex (#36084) 2025-08-13 13:25:52 -06:00
script Remove onboarding script (#36203) 2025-08-14 15:19:37 -04:00
tooling Fix a bunch of other low-hanging style lints (#36498) 2025-08-19 21:26:17 +02:00
.clinerules
.cursorrules
.git-blame-ignore-revs
.gitattributes
.gitignore Account for issue types in top-ranking issues script (#33118) 2025-06-20 14:19:29 -04:00
.mailmap
.prettierrc
.rules gpui: Simplify Action macros + support doc comments in actions! (#33263) 2025-06-24 04:34:51 +00:00
.windsurfrules
Cargo.lock Add GPU info to Sentry crashes (#36624) 2025-08-21 19:59:42 -04:00
Cargo.toml Add GPU info to Sentry crashes (#36624) 2025-08-21 19:59:42 -04:00
CLAUDE.md
clippy.toml
CODE_OF_CONDUCT.md
compose.yml Set stripe-mock version to 0.178.0 to match stripe API version used (#34786) 2025-07-20 19:39:04 +00:00
CONTRIBUTING.md
Cross.toml
debug.plist
default.nix
docker-compose.sql
Dockerfile-collab Revert "Revert "chore: Bump Rust to 1.89 (#35788)"" (#35937) 2025-08-09 23:48:58 +02:00
Dockerfile-collab.dockerignore
Dockerfile-cross
Dockerfile-cross.dockerignore
Dockerfile-distros
Dockerfile-distros.dockerignore
flake.lock Revert "Revert "chore: Bump Rust to 1.89 (#35788)"" (#35937) 2025-08-09 23:48:58 +02:00
flake.nix nix: Add job names and garnix substitutor (#31625) 2025-05-28 13:32:12 -07:00
LICENSE-AGPL
LICENSE-APACHE
LICENSE-GPL
livekit.yaml
lychee.toml ci: Check for broken links (#30844) 2025-06-06 09:39:35 +00:00
Procfile Update instructions for local collaboration (#35689) 2025-08-06 11:10:28 -07:00
Procfile.postgrest
README.md Adjust Zed badge (#35290) 2025-07-29 14:24:10 -04:00
renovate.json
rust-toolchain.toml Eliminate host targets from rust toolchain file (#36077) 2025-08-12 14:36:48 -07:00
shell.nix
typos.toml Remove /docs slash command (#36325) 2025-08-16 19:00:31 +00:00

Zed

Zed CI

Welcome to Zed, a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.


Installation

On macOS and Linux you can download Zed directly or install Zed via your local package manager.

Other platforms are not yet available:

Developing Zed

Contributing

See CONTRIBUTING.md for ways you can contribute to Zed.

Also... we're hiring! Check out our jobs page for open roles.

Licensing

License information for third party dependencies must be correctly provided for CI to pass.

We use cargo-about to automatically comply with open source licenses. If CI is failing, check the following:

  • Is it showing a no license specified error for a crate you've created? If so, add publish = false under [package] in your crate's Cargo.toml.
  • Is the error failed to satisfy license requirements for a dependency? If so, first determine what license the project has and whether this system is sufficient to comply with this license's requirements. If you're unsure, ask a lawyer. Once you've verified that this system is acceptable add the license's SPDX identifier to the accepted array in script/licenses/zed-licenses.toml.
  • Is cargo-about unable to find the license for a dependency? If so, add a clarification field at the end of script/licenses/zed-licenses.toml, as specified in the cargo-about book.