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 forproject_panel
; added apane::RevealInProjectPanel
action and a corresponding buffer tab context menu option.