Additions
- Added "replace" functionality to buffer search.
- Added syntax highlighting for Nushell script files (#331).
- Improved auto-indentation when using the inline assistant.
- Improved command palette's command ordering. Commands are now sorted lexicographically and by command's use count in the current session.
- Vim
Bug Fixes
- Fixed Tailwind autocompletes not appearing in template literals.
- Fixed Python language server not launching without a network connection.
- Fixed a case where language server download statuses could be skipped.
- Fixed a case where language server diagnostic progress could get stuck when restarting a language server.
- Fixed a bug that was preventing certain keystrokes from being shown in tooltips.
- Fixed some issues with international keybindings. Zed now consults the IME functionality when handling keyboard shortcuts. This allows you to bind to characters (like
"
on a Brazilian keybaord, or$
on a Czech keyboard) that aren't typed with an unmodified key ((#1981), (#1913)). - Vim