Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.

2 Open Issues Need Help Last updated: Nov 15, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The user requests a "CamelHump" word navigation feature for `alt-[arrows]` keys, similar to JetBrains IDEs. This functionality should treat both `_` (underscores) and `CamelCase` transitions as word separators, allowing the cursor to stop at these boundaries during navigation.

Complexity: 3/5
good first issue editor navigation

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.

AI Summary: The user proposes a UI enhancement for the completion menu to improve readability. They find it challenging to quickly skim suggestions because the symbol name and its type/signature are displayed too close together. The suggested solution is to right-align the type/signature information, creating a clearer visual separation from the symbol name, a common practice in other editors.

Complexity: 2/5
good first issue design autocompletions

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.