We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37235ae commit 1b86dc8Copy full SHA for 1b86dc8
exts/devins-lang/src/main/resources/agent/toolExamples/ripgrepSearch.devin
@@ -1,3 +1,9 @@
1
-支持 Regex 的全局搜索
+使用 ripgrep 在文件或目录中查找精确的模式匹配。支持正则表达式的全局搜索,如
2
/ripgrepSearch:.*AutoDev.*
3
-优化使用 Regex 方式,诸如使用 /s 替换空格
+
4
+示例:
5
+- 搜索特定函数:`/ripgrepSearch:function\s+processData`
6
+- 搜索带命名空间的类:`/ripgrepSearch:cc\.unitmesh\..*Service`
7
+- 在特定文件类型中搜索:`/ripgrepSearch:import.*kotlin --include="*.kt"`
8
9
+当你搜索业务领域名词出错时,可以尝试是否存在 prompts/domain.csv 来帮助你找到正确的领域名词
0 commit comments