ソフトアンテナ
Windows/Mac/Mobile用オンラインソフトのバージョンアップ状況を調べています。

  Zed

詳細情報

タイトル Zed
URL https://zed.dev/
バージョン ver 0.133.3-pre
更新日 2024/04/27
追加日 2024/01/25
種別 フリーソフト / オープンソース(GPL)
説明 AtomエディターとTree-sitter構文解析フレームワークのクリエイターが率いる高速テキストエディタ。

レビュー

Zedは、AtomとTree-sitterのクリエイターによる、高性能でマルチプレイヤーなコードエディタ。ソースコードも公開されている。

IDEのパワーと軽量エディタの応答性を組み合わせ開発者の生産性を高めることができる。CPUコアとGPUを効率的に活用し、起動やファイルの読み込みを高速化し、キー入力に対する応答性を高めている。

GitHub Copilotをサポートし、GPT-4を使って自然言語のプロンプトを入力してコードを生成したり、リファクタリングすることができる。内蔵のアシスタントパネルでコンテキストを切り替えることなくモデルと会話し、インライン生成中に会話を参照することもできる。

すべてのバッファの完全な構文ツリーを維持し、正確なコードハイライト、自動インデント、検索可能なアウトラインビュー、構造選択を可能にする。言語サーバープロトコルを使用して、自動補完、コードナビゲーション、診断、リファクタリングを行う。

Vimモードやターミナル、テーマにも対応。

スクリーンショット

更新グラフ

バージョン履歴

v0.133.3-pre Pre-release
Pre-release
  • Fixed a panic in populating diagnostics (#11068)
  • Fixed a panic when renaming with a selection (preview only) (#11034)
  • vim: Fixed a panic when searching (#11030)
v0.133.2-pre Pre-release
Pre-release
  • Changed cmd-w with no open tabs to no longer close the window (preview-only).
v0.133.1-pre Pre-release
Pre-release
  • Fixed a bug where some inputs were using the wrong font style (preview-only).
v0.133.0-pre Pre-release
Pre-release

Enhancements

General

  • Added an editor::ExpandExcerpts action (bound to shift-enter by default), which can expand the multi-buffer excerpt the cursor is currently in by 3 lines (#5377). You can customize the number of lines by rebinding this action like so:
// In your keybindings array...
{
  "context": "Editor && mode == full",
  "bindings": {
    "shift-enter": ["editor::ExpandExcerpts", { "lines": 5 }],
  }
(省略されました)
v0.132.2-pre Pre-release
Pre-release
  • Fixed a bug where workspace LSP settings could not be read by extensions
v0.132.0-pre Pre-release
Pre-release

Enhancements

General

  • Added preview tabs (#4922).
  • Added an editor controls menu to the tool bar. This will contain visual, editor-specific options like toggling inlay hints, showing git status or blame, etc.
    • The top-level inlay hint toggle has been removed from the tool bar, as it is now in this menu.
    • Toggling the inline git blame is also possible from this menu.
  • Added support for Centered Layout (#4685).
    • Video
  • Added restore_on_startup option, accepting last_workspace (default) and none options. With none, new Zed instances will not r
(省略されました)
v0.131.6-pre Pre-release
Pre-release
  • Fix a panic spawning a task from a multibuffer
v0.131.5-pre Pre-release
Pre-release
- Fix a panic when quoting a selection before the assistant panel has
been started
v0.131.4-pre Pre-release
Pre-release
  • Use the buffer font for Search and Breadcrumbs (preview only)
  • Fix emojis in chat (preview only)
v0.131.3-pre Pre-release
Pre-release
  • Fixed editing of SVG images by disabling it from the image viewer
    (#10403).
v0.131.2-pre Pre-release
Pre-release
  • Fixed a bug where extension installation would appear to succeed even if the download did not complete due to network interruptions (#10330).