You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for tasks spawned via custom keybinding to launch into the center pane (#22004):
// Assuming you have a task labeled "echo hello""ctrl--": ["task::Spawn",{"task_name": "echo hello","target": "center"}]
Languages and AI
Changed how inline completions (Copilot, Supermaven, ...) and normal completions (from language servers) interact. Zed will now also show inline completions when the completion menu is visible. The user can accept the inline completion with <shift-tab> and the active entry in the completion menu with <tab> (#21858, #22069, #22077, #22093).
Improved completions menu layout to be more stable and use available space better (#22102).
Added Restart Button to Inline Assistant When Prompt Is Unchanged (#20439; thanks g0t4)
Improved ElixirLS LSP autocomplete to show module, function and struct field details (#21666; thanks jotaviobiondo).
Suggest Cython extension for syntax highlighting of .pyx, .pxd and .pxi files (#22053; thanks lgeiger).
Fixed model version of o1 in GitHub Copilot Chat (#22376; thanks chirpcel).
The Python virtual environment activation command is no longer shown in the terminal output by default (#22256).
Vim, Emacs and Keymaps: Oh my!
Added Editor::DuplicateSelection action. Bound to cmd-d / ctrl-d in JetBrains/SublimeText keymaps (#21154 and #21976; thanks CharlesChen0823)
Added Editor && selection context for keybindings that are active when there is a text selection (#21927; thanks ozanmakes).