v0.117.0
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. Screenshots of the progress can be found here.
Enhancements
- Added an
editor::ExpandMacroRecursivelycommand to expand Rust macros with rust-analyzer. - Altered
workspace::NewSearchaction 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 = trueconfig option forproject_panel; added apane::RevealInProjectPanelaction and a corresponding buffer tab context menu option.