Skip to content

v0.117.0-pre

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 Dec 18:56

We're transitioning Zed to use GPUI2, a new, faster, implementation of our UI framework. For the next few weeks, you'll notice fewer new features from week to week, but we'll still keep on top of serious bugs and issues. A short update on our progress can be found here.

Enhancements

  • Added an editor::ExpandMacroRecursively command to expand Rust macros with rust-analyzer.
  • Altered workspace::NewSearch action behavior to always open a new project search view on trigger.
  • Improved project panel auto reveal mechanics: gitignored files are no longer auto revealed; added an auto_reveal_entries = true config option for project_panel; added a pane::RevealInProjectPanel action and a corresponding buffer tab context menu option.