HomeAI EditorsZed nightly、ホバーリンクからfile:line:col形式の遷移をサポート
nightly: ep: Track settled telemetry for empty predictions (#59645)

Zed nightly、ホバーリンクからfile:line:col形式の遷移をサポート nightly: ep: Track settled telemetry for empty predictions (#59645)

元記事を読む 鮮度 OK
AI 3 行サマリ
  • Zedエディタのnightlyビルドで、ホバー時に表示されるリンクから「file:line:col」形式のパス指定によるナビゲーションが可能になった。
  • エラーログやスタックトレースに含まれる位置情報付きのファイル参照を直接クリックして開けるようになり、デバッグ作業の効率化に寄与する更新となっている。
English summary
  • Objective Solution Describe the solution used to achieve the objective above.
  • Testing Did you test these changes?
  • If so, how?
  • Are there any parts that need more testing?

Rust製の高速エディタZedのnightlyビルドにおいて、ホバー時に表示されるリンクから「file:line:col」形式のパス指定によるナビゲーションがサポートされた。プルリクエスト#55877によって追加された比較的小さな改善ながら、日常のデバッグ作業に直接効くアップデートである。

プログラミングにおいて、エラーメッセージやスタックトレース、コンパイラ出力には「src/main.rs:42:10」のように、ファイルパスに加えて行番号と列番号がコロン区切りで付加された参照表記が広く使われる。RustやTypeScript、Pythonなど多くの言語のツールチェーンがこの形式を採用しており、ターミナルエミュレータ側でも同形式のリンク化対応が進んでいる。今回の変更により、Zed内部のホバー表示でこうした参照を検出した際に、クリック一つで該当ファイルの該当行・該当列にカーソルを移動できる。

類似の機能はVS CodeやJetBrains系IDEでも長らく標準的にサポートされてきたほか、iTerm2やWezTerm、Ghosttyといったモダンなターミナルでも「Cmd+クリック」によるエディタ起動に対応している。Zedはコラボレーション機能やGPUレンダリングを売りに急速に機能追加を進めており、こうした地味だが重要なエディタとしての基本的な使い勝手の底上げを継続している点が特徴的だ。

Zedエディタのnightlyビルドで、ホバー時に表示されるリンクから「file:line:col」形式のパス指定によるナビゲーションが可能になった。
🖱️ AI Editors · 本記事のポイント

なお本変更はnightlyチャネルへの取り込みであり、stableリリースに反映される時期は別途のリリースサイクルに依存すると見られる。挙動の詳細やエッジケース(相対パスの解決基準、Windowsスタイルのドライブレター付きパスへの対応など)については、実際にnightlyを試すか、PRの議論を確認するのが確実だろう。

The nightly build of Zed, the Rust-based collaborative code editor, has gained support for navigating from hover links that use the common file:line:col path format. Introduced via PR #55877, the change is small in scope but directly improves day-to-day debugging workflows.

In most language ecosystems, error messages, stack traces, and compiler diagnostics conventionally encode source locations as a path followed by colon-separated line and column numbers, such as src/main.rs:42:10. Rust's compiler, TypeScript's tsc, Python tracebacks, and countless linters all emit this format. With this update, when Zed renders such a reference inside a hover popup, clicking it will jump straight to the indicated file at the precise row and column rather than merely opening the file at its top.

This kind of navigation has long been table stakes for editors like VS Code and the JetBrains family, and modern terminal emulators such as iTerm2, WezTerm, and Ghostty have also embraced the file:line:col convention for Cmd-click handoff to an editor. Zed has been aggressive about shipping headline features like real-time collaboration and GPU-accelerated rendering, but updates like this one show ongoing investment in the more mundane plumbing that determines whether an editor feels pleasant under daily use.

Objective Solution Describe the solution used to achieve the objective above.
🖱️ AI Editors · Key takeaway

Because the change lands on the nightly channel, it will likely take some time before it propagates to the stable release, depending on Zed's normal promotion cadence. Edge cases — for example, how relative paths are resolved against the current workspace, or whether Windows-style paths with drive letters are handled gracefully — are not fully clear from the release note alone, and interested users may want to consult the PR discussion or experiment with the nightly build directly to confirm the exact behavior.

  • SourceZed Editor ReleasesT2
  • Source Avg ★ 2.8
  • Typeリリース
  • Importance ★ 重要 (top 18% in AI Editors)
  • Half-life ⏱️ 短命 (ニュース)
  • LangEN
  • Collected2026/06/21 21:00

本ページの本文・要約は AI による自動生成です。正確性は元記事 (github.com) をご確認ください。

🖱️ AI Editors の他の記事 もっと見る →

URL をコピーしました