Zed
詳細情報
タイトル | Zed |
---|---|
URL | https://zed.dev/ |
バージョン | ver 0.174.3-pre |
更新日 | 2025/02/19 |
追加日 | 2024/01/25 |
種別 | フリーソフト / オープンソース(GPL) |
説明 | AtomエディターとTree-sitter構文解析フレームワークのクリエイターが率いる高速テキストエディタ。 |
レビュー
Zedは、AtomとTree-sitterのクリエイターによる、高性能でマルチプレイヤーなコードエディタ。ソースコードも公開されている。
IDEのパワーと軽量エディタの応答性を組み合わせ開発者の生産性を高めることができる。CPUコアとGPUを効率的に活用し、起動やファイルの読み込みを高速化し、キー入力に対する応答性を高めている。
GitHub Copilotをサポートし、GPT-4を使って自然言語のプロンプトを入力してコードを生成したり、リファクタリングすることができる。内蔵のアシスタントパネルでコンテキストを切り替えることなくモデルと会話し、インライン生成中に会話を参照することもできる。
すべてのバッファの完全な構文ツリーを維持し、正確なコードハイライト、自動インデント、検索可能なアウトラインビュー、構造選択を可能にする。言語サーバープロトコルを使用して、自動補完、コードナビゲーション、診断、リファクタリングを行う。
Vimモードやターミナル、テーマにも対応。
スクリーンショット
更新グラフ
バージョン履歴
- Fixed a bug that prevented renames for some languages. (#23706)
- Fixed an issue where the keybinding for
task::Spawn
opened the task selector instead of executing the task. (#24901)
- Fixed a panic when displaying a whitespace-only line in the edit prediction preview (#24874)
- Fixed
editor::ShowEditPrediction
whenshow_edit_predictions
is set tofalse
. (#24868) - Fixed an issue where changing the icon theme would change the theme. (#24863)
Today, we are announcing the public release of our new AI feature: Edit Predictions! 🎉
Edit Predictions is available in both preview and stable, to all Zed users. Read more about it here blog link!
Everything else that would've normally shipped to preview today has been fast-tracked to stable! See you next week!
- Fixed some bugs for edit predictions.
- Added some under-the-hood tweaks for Edit Predictions (beta).
Enhancements
- Icon themes: Added the ability to change the file icon for Bicep (
.bicep
) files (#24757; thanks jezikk).
Vim
- Add
ToggleStagedSelectedDiffHunks
action for staging and unstaging individual diff hunks (#24606).
Bug Fixes
- Fixed keybind hints being improperly scaled for custom ui font sizes (#24708; thanks MrSubidubi).
- Fixed an issue where subdirectories of an already opened project, when opened via the terminal, would open in the existing project instead of a new window (#24560).
Enhancements
- Icon themes: Added the ability for extensions to change the file icon for the following file types:
- C# (
.cs
) (#24711; thanks sethstha) - Cue (
.cue
) (#24711; thanks sethstha) - GitLab YAML (
gitlab-ci.yml
) (#24711; thanks sethstha) - Luau (
.luau
) (#24711; thanks sethstha) - Markdown (
.md
,.markdown
) (#24648) - React (
.mjsx
,.cjsx
,.mtsx
,.ctsx
) (#24659, thanks twlite) - Solidity (
.sol
- C# (
Enhancements
- Added an option to open the icon theme selector from the user menu (#24482; thanks beniaminzagan).
- Added icon support for additional Prettier config file types (#24496; thanks sethstha).
- Added support for Google's new Gemini 2.0 models (#24448; thanks IaVashik).
- Added an indicator in About/CopySystemSpecs when running in debug mode (#24457).
- Added an explicit background color to the syntax tree view (#24524; thanks kaf-lamed-beyt).
- Improved close active item to better handle pinned tabs: pinned tabs now stay open when using close shortcuts, auto focus
- Fixed a crash when searching the outline view in certain Ruby files (#24574).
- Assistant: Fixed an issue where the patch block was not being rendered when using "Suggest Edits". (#24463)
- Improved the resolution of icons rendered by icon themes. (#24336)