Skip to main content

Module search

Module search 

Source
Expand description

代码搜索模块

提供 ripgrep 集成的代码搜索功能

Structs§

RipgrepMatch
Ripgrep 匹配结果
RipgrepOptions
Ripgrep 搜索选项
RipgrepResult
Ripgrep 搜索结果

Constants§

RG_VERSION
Ripgrep 版本

Functions§

download_vendored_rg
下载 vendored ripgrep
ensure_ripgrep_available
确保 ripgrep 可用(如果不可用则下载)
get_rg_path
获取可用的 ripgrep 路径
get_ripgrep_version
获取 ripgrep 版本
get_system_rg_path
获取系统 ripgrep 路径
get_vendored_rg_path
获取 vendored ripgrep 路径
is_ripgrep_available
检查 ripgrep 是否可用
list_files
列出文件(使用 rg –files)
search
异步执行 ripgrep 搜索
search_sync
同步执行 ripgrep 搜索