tsonglew/dsh-workspace-search1

dsh-workspace-search

VS Code 风格的工作区关键字搜索插件,注册集成于 dsh-better-sidebar 侧边栏中。

AI 分析

核心用途是提供便捷的本地代码/文本搜索。适合在 DSH 中进行大中型项目开发、需要快速定位工作区文件内容的用户,需配合 better-sidebar 使用。

包名
dsh-workspace-search
版本
0.1.0
许可证
MIT
最近更新
2026年8月14日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:tsonglew/dsh-workspace-search

Configuration

All fields optional (profile patch layer):

- id: workspace-search
  config:
    maxFiles: 5000       # hard cap on files scanned per search
    maxMatches: 300      # hard cap on total content matches
    maxLineLength: 300   # hard cap on one reported line
    maxFileBytes: 1048576  # files above this skip the content scan