🚀 Zed v0.178 is out!
Zed will now auto-close tags in JSX/TSX files by default, as well as Astro, Svelte, and Vue files, if the associated extensions are installed. To disable this behavior, use:
`"jsx_tag_auto_close": { "enabled": false }`
Zed will now auto-close tags in JSX/TSX files by default, as well as Astro, Svelte, and Vue files, if the associated extensions are installed. To disable this behavior, use:
`"jsx_tag_auto_close": { "enabled": false }`
Comments
- Added support for opening folders in Zed from third-party macOS file managers through the `Open With` menu.
- Added `editor::MoveToStartOfNextExcerpt` and `editor::MoveToEndOfPreviousExcerpt`.
- Vim: Added `
- Vim: Added `:reg[isters]` to show the current values of registers.
- Vim: Added support for toggling boolean values with `ctrl-a`/`ctrl-x`.
- Improved `cmd-click` in terminal to find more paths.
- Improved Python highlighting.
https://zed.dev/releases/stable?b=47
We've introduced a new mode for Edit Prediction called subtle, which makes predicted text hidden by default and only visible when you're holding a modifier key. To enable, open the Edit Prediction status bar menu and select subtle.
https://zed.dev/blog/out-of-your-face-ai?b=47
- Added support for word-based completions via `editor: show word completions`.
- Added the ability to filter the list of extensions by category.
- Added support for reading from anonymous file descriptors on macOS and Linux.
- Tweaks and improvements to Git integration.
- Improved Multibuffer design and interaction with `Expand Excerpt Down` action.
- Improved performance when using the scroll wheel and some other mouse interactions.
- Improved support for extended keyboards on Mac (F20-F35).