github zed-industries/zed v0.12

latest releases: nightly, collab-production, v0.136.2-pre...
2 years ago

Format on Save

Rust code is now auto-formatted before every save.

Symbolic Navigation

We've added an Outline View that you can open using Cmd+Shift+o. This view lets you browse through the definitions in the current file, showing their hierarchical structure.

You can also filter the definitions using fuzzy matching. The view shows only the definitions whose names match your fuzzy search query, as well as any larger definitions that contain those matching definitions. If you type a query that contains a space, then your query will be matched against the full text of the definition, together with its containing definitions. For example, if you type im d c fn d, the view will show definitions like impl Drop for Cat fn drop.

Screen Shot 2022-01-14 at 12 18 46 PM

Don't miss a new zed release

NewReleases is sending notifications on new releases.