github zed-industries/zed v0.104.0-pre

latest releases: collab-staging, v0.153.3-pre, nightly...
pre-release12 months ago

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
    • Added ZZ and ZQ to close the current item (#1868).
    • Added support for counts with insert actions (2i, 2o, 2a, etc.).
    • Added _ and g_.
    • Added . to replay (#946).

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
    • Fixed counts with operators (2yy, d3d, etc.) ((#1496), (#970)).
    • Fixed J in visual mode, and with counts.
    • Fixed f and t on softwrapped lines.

Don't miss a new zed release

NewReleases is sending notifications on new releases.