CnsMaple/dsh-open-in-editor0

dsh-open-in-editor

DSH 快捷打开编辑器插件,支持在 Web 界面一键将当前会话的工作区目录导入本地编辑器。

AI 分析

核心用途是快速在 VS Code、Cursor、Zed 等本地编辑器中打开 AI 正在操作的项目目录。适合高频进行本地代码编写与 AI 协作的开发者。

包名
dsh-open-in-editor
版本
0.1.0
许可证
MIT
最近更新
2026年8月19日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗

Usage

  1. Put the editor command in 设置 → 插件 → 插件配置 → 编辑器命令:
    • auto — auto-detect (default)
    • code / code-insiders / cursor / zed / codium / subl
    • explorer — File Explorer window
    • an absolute path, e.g. D:\Program Files\Zed\Zed.exe
    • an environment reference, e.g. %MY_EDITOR%
  2. In any session, click 打开 to open that session's workspace directory in the chosen editor.