dsh-code-search
本地代码/文件智能检索:封装系统 rg(ripgrep),默认排除 node_modules/.pnpm/dist 等噪音,支持多路径锚点/文件类型过滤/快速定位文件(code_search + code_locate)
AI Analysis
核心用途是本地代码库的高效检索。适合需要在大型项目或特定目录下快速定位代码、搜索文本和查找文件的开发任务。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗使用(工具面)
| 工具 | 用途 |
|---|---|
code_search | 智能全文检索(正则/glob/路径过滤,默认排噪音) |
code_locate | 按概念定位文件(「X 在哪个文件」) |
配置
| 字段 | 默认 | 说明 |
|---|---|---|
defaultPath | E:/alice | 检索根路径 |