Skip to content

Navigation Menu

Sign in
Sign up

是否有开发vscode插件? #700

l1029183938-blip started this conversation in General
Discussion options

是否有开发vscode插件?

You must be logged in to vote

Replies: 2 comments 1 reply

Comment options

注:本条评论原文因编码问题曾显示为乱码,已重建为可读版(2026年09月07日)。

有:要做 VS Code 插件,现成的 IDE 集成后端推荐 dsh-lsp-actions(LSP 动作插件)这样搭:

  • 后端:把 LSP 动作(补全/诊断/跳转/重命名/格式化/引用/悬停)暴露成 JSON 面(lsp.actions.list/run + lsp.events);
  • 前端 examples/vscode/:一个 VS Code 扩展示例(连接 DSH 会话 + 诊断 + quickfix 面板),走 ACP 协议,无需自研 UI。

安装:dsh plugin --profile <p> add dsh-lsp-actions,扩展示例即插即用,有疑问可继续聊。

You must be logged in to vote
1 reply
Comment options

PixPin_2026年08月31日_09-57-49 您的回复是乱码
Comment options

Friendly nudge: my answer points to dsh-lsp-actions as the IDE-integration backend plus the VS Code extension pattern around it. If you want a specific feature, say which and I'll map it to what exists today - and marking the answer as the solution helps others looking for IDE support.

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /