Additions
- Moved the collaboration dropdown into its own panel.
- Improved LSP resource usage by querying fewer hints in big files.
- Reduced collaboration mode clients' inlay hint footprint by enabling hint data resolution.
- Added support for
editor::SelectAll
in Terminal. - Added settings to remove the AI assistant panel button (#1711).
- Added the ability to reset the dock size by double clicking (https://github.com/zed-industries/community/issues/1816)
- Associated additional file extensions with known languages ((#633), (#1822)).
- C++:
cxx
,hxx
,inl
- JavaScript:
cjs
- Python:
mpy
- TypeScript:
cts
,d.cts
,d.mts
,mts
- C++:
- Vim additions:
- Added
o
andshift-o
to toggle direction of visual selection.
- Added
Bug Fixes
- Fixed a bug where where
coreaudiod
was consuming CPU, even before calls were initiated ((#1840), (#1919)). - Fixed a bug where call notifications were accidentally full-screen on all displays except the main display.
- Fixed a bug where dragging the docks would not follow mouse's exact position.
- Fixed terminal search focus not switching to terminal on mouse click inside.
- Vim bug fixes: