github zed-industries/zed v0.38.0

latest releases: nightly, collab-staging, v0.154.3...
2 years ago
  • Added "hovers" that show information about the symbol or construct beneath the mouse cursor.

hover-screenshot

  • Added support for the Go language.

Screen Shot 2022-06-10 at 10 42 10 AM

  • Added a button and tooltip for jumping from a multibuffer excerpt into the same location in the original buffer.

  • Added a "Give Feedback" button in the status bar. Please give us feedback on your experience with Zed!

  • Added settings for disabling specific language servers. For example, to turn off Rust-analyzer when editing Rust code, add the following to your ~/.zed/settings.json:

    {
        "Rust": {
            "enable_language_server": false
        }
    }
  • Improved the consistency between project search and buffer search: pre-populate the search field with the currently-selected text when deploying the project search.

  • Improved the positioning of the autocomplete menu, preventing it from overflowing the window when possible.

  • Fixed a bug where diagnostic messages were sometimes cut off.

  • Fixed a bug where TypeScript errors in the project diagnostics view would update abruptly while typing.

  • Fixed a bug that prevented clicking on some status bar items when the project panel was open.

Don't miss a new zed release

NewReleases is sending notifications on new releases.